mirror of
https://github.com/runcitadel/apps.git
synced 2024-12-25 06:08:59 +00:00
Initial commit (#59)
This commit is contained in:
parent
e5d320a0b6
commit
17889d5fc3
|
@ -5,11 +5,34 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Snowflake is running</title>
|
||||
<link rel="shortcut icon" href="pictures/icon.svg">
|
||||
<link rel="stylesheet" href="main.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h1>Snowflake is running</h1>
|
||||
You don't need to keep this window open, Snowflake will keep running on your node.
|
||||
</body>
|
||||
<h1 class="center">Snowflake is running</h1>
|
||||
|
||||
<section id="zero">
|
||||
<h2><u>What you need to know:</u></h2>
|
||||
<ul>
|
||||
<li>If you see this window your Snowflake instance is running on your citadel node.</li>
|
||||
<li>You don't need to keep this window open, Snowflake will keep running in the background.</li>
|
||||
<li>Snowflake is not an exit relay.</li>
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
<section id="one">
|
||||
<h2><u>How it works:</u></h2>
|
||||
<img src="https://snowflake.torproject.org/snowflake-schematic.png" class="img"></img>
|
||||
<br><br>See the offical Snowflake website for more information:
|
||||
<a href="https://snowflake.torproject.org/">website</a><br><br>
|
||||
Also check out the Snowflake <a href="https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake/">repository</a><br><br>
|
||||
</section>
|
||||
|
||||
<!-- <section id="two">
|
||||
<h2><u>Your contribution:</u></h2>
|
||||
Alltime data routet: <script></script>Mb <br><br>
|
||||
Currently routing: <script></script>Mb/s
|
||||
</section> -->
|
||||
</body>
|
||||
</html>
|
||||
|
|
31
apps/snowflake/nginx/snowflake/main.css
Normal file
31
apps/snowflake/nginx/snowflake/main.css
Normal file
|
@ -0,0 +1,31 @@
|
|||
body{
|
||||
margin: 0;
|
||||
font-style: monospace;
|
||||
color: #FFFFFF;
|
||||
background-color: #222222;
|
||||
/* background: #151515; 2nd color*/
|
||||
}
|
||||
body a{
|
||||
color: rgb(150, 41, 150);
|
||||
}
|
||||
body a:hover{
|
||||
color: rgb(136, 34, 68);
|
||||
}
|
||||
|
||||
h1{
|
||||
padding: 50px 0 35px 0;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#zero, #one, #two{
|
||||
margin: 0 25% 0 25%;
|
||||
}
|
||||
.img{
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
@media (max-width:1000px) {
|
||||
#zero, #one, #two{
|
||||
margin: 0 15% 0 15%;
|
||||
}
|
||||
}
|
18
apps/snowflake/nginx/snowflake/pictures/icon.svg
Normal file
18
apps/snowflake/nginx/snowflake/pictures/icon.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 6.4 KiB |
Loading…
Reference in New Issue
Block a user