11 lines
306 B
HTML
11 lines
306 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>Beautiful Atlas</title>
|
|
<link href="/static/styles.css" rel="stylesheet"></head>
|
|
</head>
|
|
<body style='display: flex; width: 100%'>
|
|
<div id="root" style='display: flex; width: 100%'></div>
|
|
<script src="/static/bundle.js"></script>
|
|
</body>
|
|
</html> |