wahoo
This commit is contained in:
parent
4ae3e75ac3
commit
4b2c64dafd
9 changed files with 225 additions and 26 deletions
|
|
@ -1,19 +1,13 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en-US">
|
||||
<head>
|
||||
<meta charset="utf-8" name="viewport" content="width=device-width,initial-scale=1" />
|
||||
<title>MDF BLOG</title>
|
||||
</head>
|
||||
<body>
|
||||
<p>MDF BLOG 🍼</p>
|
||||
INSERT_HERE
|
||||
<h2>Testing erm, stuff</h2>
|
||||
<b>bold</b>
|
||||
<ul>
|
||||
<li>an item</li>
|
||||
</ul>
|
||||
<i>italics</i>
|
||||
🔈️🍰👆️
|
||||
</body>
|
||||
</html>
|
||||
<head>
|
||||
<meta charset="utf-8" name="viewport" content="width=device-width,initial-scale=1" />
|
||||
<link rel="stylesheet" href='styles.css' />
|
||||
</head>
|
||||
<body>
|
||||
<h1>MDF HQ</h1>
|
||||
<div class="blog">
|
||||
INSERT_HERE
|
||||
</div>
|
||||
</body>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue