Browse Source

Minor fixes to HTML

master
rayburgemeestre 6 years ago
parent
commit
b64bf21bac
2 changed files with 2 additions and 2 deletions
  1. +1
    -0
      dist/index.html
  2. +1
    -2
      src/App.vue

+ 1
- 0
dist/index.html View File

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

+ 1
- 2
src/App.vue View File

<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<title>Cheerp test</title> <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> <script>
// Use jQuery to make a (trivial) change to the page // Use jQuery to make a (trivial) change to the page
function changeTitle(str) function changeTitle(str)

Loading…
Cancel
Save