style(web/tvl): Reword the note about clickable links
This commit is contained in:
parent
e4676a2e0d
commit
fad370f0c1
1 changed files with 6 additions and 5 deletions
|
@ -18,6 +18,11 @@ let
|
||||||
<link rel="stylesheet" type="text/css" href="/static/tazjin.css" media="all">
|
<link rel="stylesheet" type="text/css" href="/static/tazjin.css" media="all">
|
||||||
<link rel="icon" type="image/webp" href="/static/favicon.webp">
|
<link rel="icon" type="image/webp" href="/static/favicon.webp">
|
||||||
<title>The Virus Lounge</title>
|
<title>The Virus Lounge</title>
|
||||||
|
<style>
|
||||||
|
svg {
|
||||||
|
max-width: inherit;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body class="light">
|
<body class="light">
|
||||||
<header>
|
<header>
|
||||||
|
@ -53,13 +58,9 @@ let
|
||||||
<h2>Where did all these people come from?</h2>
|
<h2>Where did all these people come from?</h2>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
It's pretty straightforward.
|
It's pretty straightforward. Feel free to click on people, too.
|
||||||
</p>
|
</p>
|
||||||
${builtins.readFile tvlGraph}
|
${builtins.readFile tvlGraph}
|
||||||
<br>
|
|
||||||
<span style="text-align:center;font-style:italic;">
|
|
||||||
(Protip: Most of these names are clickable!)
|
|
||||||
</span>
|
|
||||||
|
|
||||||
<hr>
|
<hr>
|
||||||
<footer>
|
<footer>
|
||||||
|
|
Loading…
Reference in a new issue