-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
25 lines (25 loc) · 1012 Bytes
/
index.html
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>
<html>
<head>
<title>Itay Ziv</title>
<link rel="stylesheet" type="text/css" href="style.css">
<link href="https://fonts.googleapis.com/css?family=Raleway:100,200,300,400,500,600,700,900" rel="stylesheet">
<meta charset="UTF-8">
<meta name="description" content="My Site">
<meta name="author" content="Itay Ziv">
<meta name="keywords" content="HTML, Itay, Ziv">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<div class="bg">
<span class="centered"><h1 id="name">epic_ziver_D</h1></span>
</div>
<div class="footer">
<p>
<a href="https://discordapp.com/users/107372706508337152" class="nounderline hoverlink" style="color:#6c81cc">epic_ziver_D#0001</a> |
<a href="https://twitter.com/epic_ziver_D" class="nounderline hoverlink" style="color:#1DA1F2">@epic_ziver_D</a> |
<!--<a href="https://www.twitch.tv/epic_ziver_D" class="nounderline hoverlink" style="color:#6441A4">twitch.tv/epic_ziver_D</a>-->
</p>
</div>
</body>
</html>