-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
23 lines (22 loc) · 901 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Boilerplate</title>
<link rel="stylesheet" href="styles2.css"/>
<script src="script.js"></script>
</head>
<body id="homepage">
<div class="header">
<button class="item-s"><a target="_blank" href="https://github.com/victor-schumann"><img src="images/github.svg"></a></button>
<button class="item-s"><a target="_blank" href="https://www.linkedin.com/in/victor-schumann/"><img src="images/linkedin.svg"></button></a>
</div>
</div>
<div class="main">
<span class "text">> Sorry to disappoint you, pal, this is just a boilerplate.<span class="blinking-cursor">|</span></span>
</div>
<div class="footer">Copyright © Victor Schumann 2022</div>
</body>
</html>