forked from ssfe-team/Mother-s-Day
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
21 lines (21 loc) · 717 Bytes
/
index.html
File metadata and controls
21 lines (21 loc) · 717 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html lang="zh-cmn-Hans">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>创客贴母亲节</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<link rel="stylesheet" type="text/css" href="./css/index.css">
<link rel="stylesheet" type="text/css" href="./css/reset.css">
</head>
<body>
<section class="foreword">
<p>她的世界很小</p>
<p>只装满了你</p>
<p>你的世界很大</p>
<p>却常常忽略了她</p>
</section>
<script type="text/javascript" src="/libs/requirejs/require.js"></script>
<script type="text/javascript" src="js/index.js"></script>
</body>
</html>