ketr.photos/index.html
James Ketrenos d562beef8e Works under a nested path
Signed-off-by: James Ketrenos <james_git@ketrenos.com>
2020-02-09 22:38:52 -08:00

26 lines
531 B
HTML

<html>
<head>
<meta charset="utf-8">
<link rel="icon" href="./frontend/icons-192.png" sizes="192x192">
<base href="/chalk/">
<style>
body {
background-image: linear-gradient(#090B1A, #131524);
margin: 0;
padding: 0;
overflow-x: hidden;
}
</style>
<link href="https://fonts.googleapis.com/css?family=Droid+Sans|Oswald&display=swap" rel="stylesheet">
</head>
<body>
<div id="root"></div>
<noscript>
This site requires JavaScript to run.
</noscript>
<script src="./dist/bundle.js"></script>
<script>
</script>
</body>
</html>