RollDice/index.html

11 lines
269 B
HTML
Raw Normal View History

<html>
<head>
<title>RollDice</title>
2022-09-14 04:21:12 +00:00
<link href="node_modules/@materializecss/materialize/dist/css/materialize.css" rel="stylesheet" />
<script src="node_modules/@materializecss/materialize/dist/js/materialize.js"></script>
</head>
<body>
</body>
</html>