-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (25 loc) · 794 Bytes
/
index.html
File metadata and controls
25 lines (25 loc) · 794 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
<!DOCTYPE HTML>
<!--
Prologue by HTML5 UP
html5up.net | @n33co
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>EECamp 2016</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" type="image/png" href="data:image/png;base64,iVBORw0KGgo=">
<link rel="stylesheet" href="assets/css/homepage.css" />
</head>
<body>
<div class="homediv">
<!--<img src="images/cutline.png" class="cutline"></img>-->
<img src="images/logo-flat.png" class="homelogo"/>
<div class="myslogan"> 2016 NTUEE 台大電機營 ECLIPSE </div>
<a class="button1" href="main.html">
<span>進入網站</span>
</a>
</div>
</body>
</html>