29 lines
1.0 KiB
HTML
29 lines
1.0 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
|
|
|
<title>BBUI Svench</title>
|
|
|
|
<link rel="icon" type="image/png" href="/favicon.png" />
|
|
|
|
<!-- Custom fonts -->
|
|
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap"
|
|
rel="stylesheet">
|
|
<link href="https://cdn.jsdelivr.net/npm/remixicon@2.5.0/fonts/remixicon.css" rel="stylesheet">
|
|
|
|
<!-- Our theme (from .svench/svench.css) -->
|
|
<link rel="stylesheet" href="/svench/theme.css" />
|
|
|
|
<script type="module" src="/svench/svench.js"></script>
|
|
<!-- Replace the previous script with the following for legacy support -->
|
|
<!-- cf https://www.npmjs.com/package/dimport#usage -->
|
|
<!-- <script type="module" src="https://unpkg.com/dimport?module" data-main="/svench/svench.js"></script> -->
|
|
<!-- <script type="nomodule" src="https://unpkg.com/dimport/nomodule" data-main="/svench/svench.js"></script> -->
|
|
</head>
|
|
|
|
<body />
|
|
|
|
</html> |