Initial Upload
This commit is contained in:
19
learning/index.html
Normal file
19
learning/index.html
Normal file
@@ -0,0 +1,19 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<link rel="stylesheet" href="./style.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<h1>Rylie's Website</h1>
|
||||
<h2>About Me</h2>
|
||||
<p>meep</p>
|
||||
<h2>Hobbies</h2>
|
||||
<p>moop</p>
|
||||
<h3>Favorite Games</h3>
|
||||
<p>ur mom</p>
|
||||
<a href="../index.html" class="home-button">Go Home</a>
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user