-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathindex.html
More file actions
18 lines (18 loc) · 759 Bytes
/
index.html
File metadata and controls
18 lines (18 loc) · 759 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0,maximum-scale=1.0,minimum=1.0,user-scalable=no">
<title>d-utils</title>
</head>
<body>
<h3 class="title" id="title">d-utils</h3>
<span class="disc" id="disc">通用js</span>
<a class="href" href="https://ifmiss.github.io/d-utils/#/" target="black">查看文档</a>
<div class="github-info">
<iframe src="https://ghbtns.com/github-btn.html?user=ifmiss&repo=d-utils&type=star&count=true" frameborder="0" scrolling="0" width="170px" height="20px"></iframe>
<span id="username">未曾遗忘的青春</span>
</div>
<canvas id="canvas" style="position: absolute; top: 0; left: 0; z-index: 111;"></canvas>
</body>
</html>