Initial commit (#59)

This commit is contained in:
Coco_Ardo 2023-02-05 18:03:20 +01:00 committed by GitHub
parent e5d320a0b6
commit 17889d5fc3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 75 additions and 3 deletions

View File

@ -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>

View 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%;
}
}

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 6.4 KiB