init
This commit is contained in:
50
index.html
Normal file
50
index.html
Normal file
@@ -0,0 +1,50 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Caleb Fontenot's Web Server</title>
|
||||
<link rel="icon" href="https://files.calebfontenot.com/files/C%5C%26H%20Spin.gif" type="image/gif" />
|
||||
<meta content="Caleb Fontenot's Web Server" property="og:title" />
|
||||
<meta content="Home Page of Caleb Fontenot's Web Server" property="og:description" />
|
||||
<meta content="https://calebfontenot.com" property="og:url" />
|
||||
<meta content="https://files.calebfontenot.com/files/C%5C%26H%20Spin.gif" property="og:image" />
|
||||
<meta content="#FF0000" data-react-helmet="true" name="theme-color" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link href="root.css" rel="stylesheet">
|
||||
</head>
|
||||
<body class="center"> <h1>Hi! Welcome to my Web Server!</h1>
|
||||
<nav class="center">
|
||||
|
||||
<a href="index.html">Home</a>
|
||||
<a href="https://gitea.calebfontenot.com">Gitea</a>
|
||||
<a href="https://search.calebfontenot.com">SearXNG Instance</a>
|
||||
<a href="dynmap.html">Minecraft Server Dynamic Maps</a>
|
||||
<a href="mario">Mario</a>
|
||||
</nav>
|
||||
<p>Hi! My name is <mark>Caleb Fontenot.</mark> I am a software developer in my second semester at South Lousiana Community College.</p>
|
||||
<!--p>Below is Mr. Mouse absolutely jamming it</p>
|
||||
<!image src=https://files.calebfontenot.com/files/mrmouse.gif alt="Mr. Mouse">
|
||||
</!-->
|
||||
<!--
|
||||
<p>Image map demo:</p><hl>
|
||||
<img src="https://files.calebfontenot.com/files/max_face.jpg" usemap="#image_map">
|
||||
<map name="image_map">
|
||||
<area alt="Max's face" title="Max's face" href="" coords="1121,322,1330,634" shape="rect">
|
||||
</map>
|
||||
</!-->
|
||||
|
||||
<p>
|
||||
<a href="https://jigsaw.w3.org/css-validator/check/referer">
|
||||
<img style="border:0;width:88px;height:31px"
|
||||
src="https://jigsaw.w3.org/css-validator/images/vcss"
|
||||
alt="Valid CSS!" />
|
||||
</a>
|
||||
</p>
|
||||
|
||||
|
||||
<footer>
|
||||
<p>Footer moment</p>
|
||||
</footer>
|
||||
</body>
|
||||
|
||||
|
||||
</html>
|
Reference in New Issue
Block a user