-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
28 lines (26 loc) · 1.08 KB
/
index.html
File metadata and controls
28 lines (26 loc) · 1.08 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Aeleniumfor</title>
<link rel="stylesheet" href="style.css">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet"
integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
<link rel="shortcut icon" class="fa fa-github-alt" aria-hidden="true">
</head>
<body>
<div class="center" id="center">
<i class="fa fa-cog fa-2x cross" aria-hidden="true"></i>
<div class="param">
<ul class="fa-ul">
<li class="introduction">Introduction</li>
<hr>
<li><i class="fa fa-user-o fa-white fa-li" aria-hidden="true"></i>aeleniumfor</li>
<li><i class="fa fa-code fa-white fa-li" aria-hidden="true"></i>PHP,python,Kotlin</li>
<li><i class="fa fa-home fa-white fa-li" aria-hidden="true"></i>ホーム</li>
<li><i class="fa fa-github fa-white fa-li" aria-hidden="true"></i>Github</li>
</ul>
</div>
</div>
</body>
</html>