forked from netnr/uuid
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
24 lines (19 loc) · 779 Bytes
/
index.html
File metadata and controls
24 lines (19 loc) · 779 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta charset="utf-8" />
<base target="_blank" />
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
<title>uuid</title>
<meta name="keywords" content="uuid收藏夹,书签,Bookmark" />
<meta name="description" content="一个基于Git托管去中心化的收藏夹" />
<link rel="stylesheet" href="https://lib.baomitu.com/twitter-bootstrap/4.3.1/css/bootstrap.min.css" />
<link href="/src/uuid.css?v0.0.8" rel="stylesheet" />
</head>
<body>
<div class="container-fluid uuidbox"></div>
<script src="/src/uuid.js?v0.0.12"></script>
</body>
</html>