-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
35 lines (30 loc) · 1.09 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>L君还在说之乎者也</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta name="description" content="L君还在说之乎者也的个人主页,专注web开发">
<meta name="author" content="liaoyu">
<link rel="shortcut icon" href="/favicon.ico">
<link rel="stylesheet" type="text/css" href="/static/css/global.css">
</head>
<body>
<div id="wrapper">
<uu-nav></uu-nav>
<div id="container">
<div id="painting"><img src="/static/img/index.jpg" alt="The Zen Of Life."></div>
</div>
<uu-footer></uu-footer>
</div>
<script type="text/javascript" src="/static/vendor/vue.min.js"></script>
<script type="text/javascript" src="/static/js/main.js"></script>
<script>
// cafe babe
var console = window.console || {};
console.log = console.log || function(){};
console.log("%c cafe babe", "color: green; font-size: large; font-style: italic;");
</script>
</body>
</html>