ShatteredSword/src/index.html

11 lines
228 B
HTML
Raw Normal View History

2020-08-03 16:51:20 -04:00
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>Hello World!</title>
</head>
<body>
<p id="greeting">Loading ...</p>
<script src="bundle.js"></script>
</body>
</html>