You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
390 B
21 lines
390 B
<!doctype html>
|
|
<html lang="zh">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="keywords" content="">
|
|
<link rel="stylesheet" href="css/main.css">
|
|
<script src="js/vue.min.js"></script>
|
|
</head>
|
|
|
|
<body>
|
|
<div id="app" class="content">
|
|
<my-title></my-title>
|
|
<a>404 找不到页面</a>
|
|
</div>
|
|
</body>
|
|
<script gv-src>
|
|
new Vue({
|
|
el: "#app",
|
|
});
|
|
</script>
|
|
</html>
|