shelix/scripts/Snippets/index.html
2024-02-26 00:37:44 +01:00

21 lines
516 B
HTML

<!doctype html>
<html lang="">
<head>
<meta charset="utf-8">
<title></title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
body { margin: 0 }
select, button, input { cursor: pointer }
</style>
<!-- <script type="module" src=""></script> -->
</head>
<body>
<p>Hello world!</p>
<!-- <script src="js/script.js"></script> -->
</body>
</html>