feat(app): top links to npm and github
This commit is contained in:
parent
1075422a1d
commit
2bf6cbe968
1 changed files with 22 additions and 0 deletions
|
|
@ -11,9 +11,31 @@
|
||||||
<link rel="shortcut icon" type="image/png" href="/favicon.ico" />
|
<link rel="shortcut icon" type="image/png" href="/favicon.ico" />
|
||||||
<link rel="stylesheet" href="./main.css" />
|
<link rel="stylesheet" href="./main.css" />
|
||||||
<link rel="stylesheet" href="../utils/loading/loading.css" />
|
<link rel="stylesheet" href="../utils/loading/loading.css" />
|
||||||
|
<style>
|
||||||
|
:host, :root{
|
||||||
|
--mnswpr-transition: 10s ease-in-out;
|
||||||
|
}
|
||||||
|
|
||||||
|
nav {
|
||||||
|
a {
|
||||||
|
color: white;
|
||||||
|
text-decoration-color: orange;
|
||||||
|
transition: 500ms ease-in-out;
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
text-decoration-thickness: 2px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="body-wrapper">
|
<div id="body-wrapper">
|
||||||
|
<nav>
|
||||||
|
<a target="_blank" href="https://npmx.dev/package/@ayo-run/mnswpr">npm</a>
|
||||||
|
·
|
||||||
|
<a target="_blank" href="https://github.com/ayo-run/mnswpr">github</a>
|
||||||
|
</nav>
|
||||||
<div id="app">
|
<div id="app">
|
||||||
Please use Chrome or Firefox.
|
Please use Chrome or Firefox.
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue