-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
57 lines (43 loc) · 1.39 KB
/
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<style>
body {
background-image: url("sitebg.jpg");
background-color: #cccccc;
background-repeat: no-repeat;
background-attachment: fixed;
color: #ffcad2;
}
div {
background: rgba(36, 36, 36, 0.5);
width: 800px;
border: 15px solid green;
padding: 50px;
margin: 20px;
border: 2px;
border-radius: 12px;
padding: 10px;
color: #ffd6d6;
text-align: left;
}
a {
color: hotpink;
}
</style>
<center><div style="text-align: left;">
<center><h2>おはよう</h2></center>
<center><h1>[linux@user ~]$ sudo pwd</h1><br></center>
<center><img src="test.png"><br></center>
<center>Welcome to my site.<br><br></center>
3D animator. Welcome to my site! This website is for me to post various things. As well as host some mirrors. This site also acts as a blog of sorts.<br><br>
I am currently <i>not</i> open to animation commissions.<br><br>
Here are some things on my webstite you can check out:<br><br>
My Arch Linux <a href="/archinstall">installation guide</a>.<br><br>
My journey using <a href="/yearoflinux">Linux for over a year</a>.
<center><br>
<a href="/faq">FAQ</a>
<a href="/contact">Contact</a>
<a href="/videorepo">videorepo</a>
<a href="/helloworld.txt">helloworld</a>
<a href="/bash.org.txt">bash.org (Mirror)</a>
<a href="/talenthubrant">Talent-Hub Rant</a>
<a href="https://github.com/Pierceisgone/dotfiles">dotfiles</a></center>
</div></center>