forked from projectmoon/tenebrous-dicebot
9 lines
231 B
HTML
9 lines
231 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta charset="utf-8">
|
||
|
<title>Webpack App</title>
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1"></head>
|
||
|
<body>
|
||
|
<script src="app.bundle.js"></script></body>
|
||
|
</html>
|