-
Notifications
You must be signed in to change notification settings - Fork 0
/
test.html
33 lines (23 loc) · 875 Bytes
/
test.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
26
27
28
29
30
31
32
33
<!DOCTYPE html>
<html>
<head>
<title>seal home</title>
<link rel="stylesheet" href="./src/css/other.css">
</head>
<body>
<!-- main body -->
<main>
<div class="box">
<h1>Welcome to Cheesedseal!</h1>
<p><strong>About me</strong></p>
<div class="imageleft">
<img src="src/shirotan.jpg" style="width: 100px; height: 100px; float:left ;">
<p>Hello im Cheese and im a student in Germany studying Computer Science. Currently I am 20
years old. My hobbys are watching
movies/dramas, drawing and photography. I made this website so i can show off all the things
i have created \(^▽^)/ I also really like seals.... </p>
</div>
</div>
</main>
</body>
</html>