1
0
mirror of https://github.com/alice-lg/alice-lg.git synced 2024-05-11 05:55:03 +00:00

27 lines
858 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
2022-07-25 18:48:19 +02:00
<meta name="alice-version" content="###APP_VERSION###" />
2022-06-19 13:30:20 +00:00
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
2022-06-16 12:09:53 +00:00
<link rel="stylesheet" href="%PUBLIC_URL%/assets/fonts/source-sans-pro.css" />
2022-06-19 13:30:20 +00:00
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta
name="description"
2022-06-19 13:30:20 +00:00
content="Alice BGP Looking Glass"
/>
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
2022-06-16 12:09:53 +00:00
<title>Alice BGP Looking Glass</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
2022-07-25 23:04:07 +02:00
<!-- ###THEME_STYLESHEETS### -->
2022-06-19 13:30:20 +00:00
<div id="app"></div>
<!-- ###THEME_SCRIPTS### -->
</body>
</html>