ketr.photos/index.html
James Ketrenos 324be24430 Added index.html
Signed-off-by: James Ketrenos <james_gitlab@ketrenos.com>
2020-02-09 20:32:56 -08:00

26 lines
533 B
HTML

<html>
<head>
<meta charset="utf-8">
<link rel="icon" href="../frontend/icons-192.png" sizes="192x192">
<base href="/photos/">
<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>