System / public /index.html
Sebebeb's picture
Upload 8 files
0325642 verified
Raw
History Blame Contribute Delete
352 Bytes
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<style>
* { margin: 0; padding: 0; box-sizing: border-box; }
html, body { background: #fff; width: 100%; height: 100%; }
</style>
</head>
<body>
<script src="/script.js"></script>
</body>
</html>