18 lines
507 B
HTML
18 lines
507 B
HTML
<!DOCTYPE html>
|
|
<html lang="en" class="dark-theme">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<link rel="icon" type="image/png" href="/favicon.png">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>pfSDN</title>
|
|
</head>
|
|
<body>
|
|
<div id="app">
|
|
<div id="loader" style="height: 100vh; display: flex; justify-content: center; align-items: center; color: #fff;">
|
|
Загрузка...
|
|
</div>
|
|
</div>
|
|
|
|
<script type="module" src="/src/main.js"></script>
|
|
</body>
|
|
</html> |