Ver código fonte

Minor fixes to HTML

master
rayburgemeestre 6 anos atrás
pai
commit
b64bf21bac
2 arquivos alterados com 2 adições e 2 exclusões
  1. +1
    -0
      dist/index.html
  2. +1
    -2
      src/App.vue

+ 1
- 0
dist/index.html Ver arquivo

@@ -1,6 +1,7 @@
<!doctype html>
<html>
<head>
<meta charset='utf-8'>
<title>Cheerp C++ to Javascript compiler</title>
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="stylesheet" href="css/mystyles.css">

+ 1
- 2
src/App.vue Ver arquivo

@@ -154,8 +154,7 @@ void webMain()
<head>
<meta charset="utf-8">
<title>Cheerp test</title>
<script defer src="example.js"><\/script>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"><\/script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"><\/script>
<script>
// Use jQuery to make a (trivial) change to the page
function changeTitle(str)

Carregando…
Cancelar
Salvar