-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
21 lines (21 loc) · 949 Bytes
/
index.html
File metadata and controls
21 lines (21 loc) · 949 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!doctype html>
<html>
<head><link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.css">
<link rel="stylesheet" href="styles.css" />
<link href="https://fonts.googleapis.com/css2?family=Bangers&family=Black+Ops+One&family=Creepster&family=La+Belle+Aurore&family=MedievalSharp&family=Orbitron&family=Rye&display=swap" rel="stylesheet">
<script src="index.js"></script>
</head>
<body>
<img src="WE.jpg" alt="face">
<h1>Hi, my name is Begench</h1>
<h2>Fun facts about me:</h2>
<ul>
<li>31 years old</li>
<li>Live in Germany</li>
<li>FCB fan and love boxing</li>
</ul>
<p>Please connect me on <a href="https://www.linkedin.com/in/begenchs/">Linkedin here</a></p>
<input type="email" placeholder="Enter email">
<button type="button">Join newsletter</button>
</body>
</html>