2021-12-30 22:40:57 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
2022-01-06 20:12:20 +00:00
|
|
|
<title>href+</title>
|
2021-12-30 22:40:57 +00:00
|
|
|
<link rel="stylesheet" href="./scss/modern-normalize.scss">
|
|
|
|
<link rel="stylesheet" href="./scss/style.scss">
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
<noscript>
|
|
|
|
This site doesn't work without JavaScript, sorry. :(
|
|
|
|
</noscript>
|
|
|
|
|
|
|
|
<script type="module" src="./ts/single-page-application.ts"></script>
|
|
|
|
</body>
|
|
|
|
|
|
|
|
</html>
|