-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhandbook.html
More file actions
34 lines (27 loc) · 829 Bytes
/
Copy pathhandbook.html
File metadata and controls
34 lines (27 loc) · 829 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
25
26
27
28
29
30
31
32
33
34
---
title: 小本本
pagetype: newbies
---
<!DOCTYPE html>
<html lang="en-us">
<head>
{% include head.html %}
<!-- <link rel="stylesheet" type="text/css" href="{{site.url}}/public/stylesheets/resume.css"> -->
<link rel="stylesheet" type="text/css" href="{{site.url}}/public/stylesheets/newbies.css">
</head>
<body>
<section class="page-header">
{% include nav.html page=page.pagetype %}
</section>
<section class="main-content" id="main-content">
<div id="newbies-list" class="newbies-list">
</div>
{% include footer.html %}
</section>
{% include foot.html %}
<script type="text/javascript">
site_url = "{{site.url}}";
</script>
<script type="text/javascript" src="{{site.url}}/public/javascripts/newbies.js"></script>
</body>
</html>