mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-15 10:02:47 +03:00
21 lines
535 B
HTML
21 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>
|