15 lines
306 B
HTML
15 lines
306 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<title>Mydeate</title>
|
|
<meta name="viewport" content="width=device-width">
|
|
<link rel="stylesheet" href="./style.css">
|
|
<script defer type="module" src="./js/index.js"></script>
|
|
</head>
|
|
|
|
<body>
|
|
<div id="mydeate-main" class="main-div"></div>
|
|
</body>
|
|
|
|
</html> |