forked from hawx1993/github-FE-project
-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathindex.html
20 lines (20 loc) · 816 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="apple-touch-icon" href="https://raw.githubusercontent.com/CareyToboo/github-FE-project/master/src/img/logo.png">
<link rel="shortcut icon" type="image/x-icon" href="https://raw.githubusercontent.com/CareyToboo/github-FE-project/master/src/img/logo.ico">
<title>值得收藏的前端项目</title>
</head>
<body>
<header id="app-header" class="row"></header>
<div id="app-content" class="row">
<div class="app-sider-menu col s2"></div>
<div class="app-project-content col s10"></div>
</div>
<footer id="app-footer" lass="row"></footer>
<script src="./js/index.js"></script>
</body>
</html>