This repository has been archived on 2026-03-12. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
codewanderer/index.html
2021-07-14 14:03:15 +02:00

12 lines
256 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>CodeWanderer</title>
<link rel="stylesheet" href="./styles.scss" />
</head>
<body>
<div class="ui"></div>
<script src="./main.ts"></script>
</body>
</html>