-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhead.html
More file actions
executable file
·34 lines (34 loc) · 1.18 KB
/
head.html
File metadata and controls
executable file
·34 lines (34 loc) · 1.18 KB
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
<h1 class = "logo">
<span style="color:#ff0000">e</span><span style = "color: #25ECDC">点</span>
</h1>
<ul class="nav">
<li class="choosed menu"><a href = "index.html">Introduction</a></li>
<li class = "menu">
FrontEnd
<ul class = "clearfix" style = "display:none">
<li><a href = "frontHtml.html">前端的入门</a></li>
<li><a href = "frontCopy.html">临摹的盛宴</a></li>
<li><a href = "frontDoMyself.html">我手写我心</a></li>
<li><a href = "frontAjax.html">走入新时代</a></li>
</ul>
</li>
<li class = "menu">
BackEnd
<ul class="clearfix" style = "display:none">
<li>
<a href = "backBasic.html">后台的基础</a>
</li>
<li>
<a href = "backCookie.html">简述</a>
</li>
<li>
<a href = "backPicture.html">图片的狂欢</a>
</li>
<li>
<a href = "backCheck.html">守望者的利刃</a>
</li>
</ul>
</li>
<li class = "menu">Designer</li>
<li class = "menu"><a href = "rating.html">Rating</a></li>
</ul>