mirror of
https://github.com/ershisan99/flashcards-admin-bot.git
synced 2025-12-16 12:33:09 +00:00
15 lines
306 B
HTML
15 lines
306 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Title</title>
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@picocss/pico@1/css/pico.min.css">
|
|
</head>
|
|
|
|
<body>
|
|
<main class="container">
|
|
<div id="root"></div>
|
|
</main>
|
|
<script src="index.js"></script>
|
|
</body>
|
|
</html> |