mimicry/test/index.html

13 lines
224 B
HTML
Raw Normal View History

2023-09-08 19:52:21 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
<script src="../browser.js"></script>
2023-09-09 13:22:19 +00:00
<script src="main.js" defer></script>
2023-09-08 19:52:21 +00:00
</head>
<body>
Initial page
</body>
</html>