Erant-OldApp/cms/index.html

17 lines
321 B
HTML
Raw Normal View History

2022-12-03 21:35:28 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>CMS</title>
</head>
<body>
<div id="cms"></div>
<script type="module" src="cms.js"></script>
</body>
</html>