-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
21 lines (19 loc) · 951 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!-- <img src="imgs/Rakku_Guy_Kirlia.jpg" alt="Me! (The image I use online!)">
<a href="https://x.com/Rakku_Guy">Rakku_Guy, the original artist of my display image!</a> -->
<html>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="UTF-8">
<title>My Website!</title>
<body>
<!-- <div class="container">
<div>
<p class="container_text" style="position: static;">Elusive239</p>
<a href="https://x.com/Rakku_Guy">
<img class="container_image" src="imgs/Rakku_Guy_Kirlia.jpg" alt="Me! (The image I use online!)"></a>
<p class="container_text">Click the image to see Rakku_Guy, the original artist! (I'll get my own image one day...)</p>
</div>
</div> -->
<p style="display: inline-block;">IN PROGRESS, COME BACK LATER!</p>
</body>
<link rel="stylesheet" href="index.css">
</html>