2022-07-26 06:40:22 +00:00
|
|
|
<!doctype html>
|
2022-12-17 14:14:16 +00:00
|
|
|
<html lang="en">
|
2022-07-26 06:40:22 +00:00
|
|
|
<head>
|
2024-01-26 14:01:43 +00:00
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta name="author" content="westtle">
|
|
|
|
<meta name="description" content="A very simple notepad that you can use.">
|
|
|
|
<meta name="keywords" content="notepad, note, notepad online, simple note, simple notepad">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<title>Simple Note</title>
|
2022-07-26 06:40:22 +00:00
|
|
|
|
2024-01-26 14:01:43 +00:00
|
|
|
<link rel="icon" type="image/x-icon" href="#">
|
|
|
|
<!-- <link rel="stylesheet" type="text/css" href="assets/styles/style.min.css"> -->
|
2022-07-26 06:40:22 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
2024-01-26 14:01:43 +00:00
|
|
|
<main>
|
|
|
|
</main>
|
2022-07-26 06:40:22 +00:00
|
|
|
|
2024-01-26 14:01:43 +00:00
|
|
|
<!-- <script type="text/javascript" src="assets/scripts/script.min.js"></script> -->
|
2022-07-26 06:40:22 +00:00
|
|
|
</body>
|
|
|
|
</html>
|