forked from sileneundula/YugenSource-web
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
26 lines (26 loc) · 738 Bytes
/
index.html
File metadata and controls
26 lines (26 loc) · 738 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>YugenSource</title>
<link rel="stylesheet" href="css/pico.min.css" />
</head>
<body>
<div class="container">
<nav>
<ul>
<li><h1 class="title">YūgenSource</h1></li>
</ul>
<ul>
<li>About</li>
<li>Projects</li>
<li>Downloads</li>
<li>Publications</li>
<li>Contact Us</li>
</ul>
</nav>
<h3 class="subtitle">A Novel Company For Truly Desirable Tech Solutions.</h3>
<img src="imgs/yugensource.jpg" height=50% width=50%>
</div>
</body>
</html>