Files
arne-drums/public/index.html
Daniel Ledda ec4587bed5
Some checks are pending
Gitea djledda.de/arne-drums/pipeline/head Build started...
feat: new UI and build process
2021-08-29 16:21:26 +02:00

17 lines
383 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset='utf-8'>
<meta name='viewport' content='width=device-width,initial-scale=1'>
<title>Drum Slayer</title>
<link rel='icon' type='image/png' href='./favicon.png'>
<link rel='stylesheet' href='./global.css'>
<script defer src='static/bundle.js'></script>
</head>
<body>
<div id="app"></div>
</body>
</html>