You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
612 B
HTML
21 lines
612 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
|
|
|
<title>index</title>
|
|
<link rel="manifest" href="manifest.json">
|
|
<meta name="description" content="" />
|
|
<meta name="author" content="Christoph Oberhofer" />
|
|
|
|
<link rel="stylesheet" type="text/css" href="static/style.css" />
|
|
<meta name="viewport" content="width=device-width; initial-scale=1.0" />
|
|
</head>
|
|
|
|
<body style="margin: 0">
|
|
<div id="react"></div>
|
|
<script src="static/bundle.js" type="text/javascript"></script>
|
|
</body>
|
|
</html>
|