firstdocker / static /index.html
ammaan's picture
Update static/index.html
014aa6f verified
raw
history blame contribute delete
No virus
385 Bytes
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Table in spaces</title>
<link rel="stylesheet" href="index.css">
</head>
<body>
<div class="container">
<h1>Table</h1>
<div id="data"></div>
</div>
<script src="index.js"></script>
</body>
</html>