Add 'blog/index.html'

This commit is contained in:
JaydenMW 2021-03-04 21:16:15 +00:00
parent 0748de5c06
commit 7bcd1822c7
1 changed files with 13 additions and 0 deletions

13
blog/index.html Normal file
View File

@ -0,0 +1,13 @@
<!DOCTYPE HTML>
<html>
<head>
<title> JaydenMW - Blog </title>
<link rel="stylesheet" href="/assets/css/index.css"
<body>
<h1>My Blog</h1>
<p>This is my blog</p>
<br>
<br>
<h1>...</h1>
</body>
</html