mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-15 01:52:42 +03:00
2e1ff70fb0
Also refactors the header bar back into the skeleton to pass the spinner.
20 lines
535 B
HTML
20 lines
535 B
HTML
<!doctype html>
|
|
<html>
|
|
|
|
<head>
|
|
<title>Links</title>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
|
|
<link rel="stylesheet" href="/~link/css/index.css" />
|
|
<link rel="icon" type="image/png" href="/~launch/img/Favicon.png">
|
|
</head>
|
|
|
|
<body class="w-100 h-100">
|
|
<div id="root" class="w-100 h-100">
|
|
</div>
|
|
<script src="/~/channel/channel.js"></script>
|
|
<script src="/~modulo/session.js"></script>
|
|
<script src="/~link/js/index.js"></script>
|
|
</body>
|
|
|
|
</html> |