13 lines
210 B
HTML
13 lines
210 B
HTML
![]() |
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<title>My Blog</title>
|
||
|
<link rel="stylesheet" href="style.css">
|
||
|
</head>
|
||
|
<body>
|
||
|
<h1>My Blog</h1>
|
||
|
<div id="content"></div>
|
||
|
<script src="posts.js"></script>
|
||
|
</body>
|
||
|
</html>
|