spamnoticer_static/index.html

18 lines
366 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title></title>
2023-08-24 22:07:37 +00:00
<link href="style.css" rel="stylesheet">
</head>
<body>
2023-08-24 22:07:37 +00:00
<header>
<h1>Spam Noticer</h1>
2023-08-24 22:07:37 +00:00
<div class="info-container"></div>
</header>
<main></main>
</body>
2023-08-24 22:07:37 +00:00
<script src="script.js"></script>
</html>