浏览代码

Minor fixes to HTML

master
rayburgemeestre 6 年前
父节点
当前提交
b64bf21bac
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. +1
    -0
      dist/index.html
  2. +1
    -2
      src/App.vue

+ 1
- 0
dist/index.html 查看文件

<!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 查看文件

<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)

正在加载...
取消
保存