-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
31 lines (31 loc) · 1.1 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="icon" href="/static/touxiang.png" type="image/x-icon"/>
<link rel="stylesheet" href="/static/css/font-awesome.css">
<link rel="stylesheet" href="/static/css/scroll.css">
<link rel="stylesheet" href="/static/css/highlight/darkula.css">
<script src="/static/js/highlight.pack.js"></script>
<script src="/static/showdown/dist/showdown.min.js"></script>
<title>胜仔的博客</title>
<style>
code{
padding: 0.3em !important;
border-radius: 2px;
line-height: 1.5em;
font-size: 1.25em;
color: #E91E63;
font-weight: 500;
background-color: #e1e1e1
}
</style>
</head>
<body>
<div id="app">
<script color="0,0,255" opacity="0.5" zindex="-1" count="99" src="/static/js/canvas-nest.min.js"></script>
<canvas id="c_n3" width="1278" height="912" style="position: fixed; top: 0px; left: 0px; z-index: -1; opacity: 0.5;"></canvas>
</div>
</body>
</html>