mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-14 05:11:19 -04:00
52 lines
1.3 KiB
HTML
52 lines
1.3 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta content="text/html;charset=utf-8" http-equiv="Content-Type">
|
|
<meta http-equiv="refresh" content="86400">
|
|
<script type="text/javascript" src="snowflake.js"></script>
|
|
<style>
|
|
* {
|
|
box-sizing: border-box;
|
|
}
|
|
body {
|
|
position: absolute; width: 100%; height: 100%;
|
|
top: 0; margin: 0 auto; padding: 0;
|
|
background-color: #424;
|
|
text-align: center; cursor: default;
|
|
}
|
|
#badge {
|
|
margin: auto; padding: 0;
|
|
width: 88px; height: 16px;
|
|
background-image: url('koch.jpg');
|
|
white-space: nowrap;
|
|
color: #000;
|
|
font-size: 12px; font-weight: 900;
|
|
font-variant: small-caps;
|
|
text-shadow: 0 0 5px #fef,
|
|
0 1px 2px #fef,
|
|
0 -1px 2px #fef,
|
|
1px 0px 3px #fef,
|
|
-1px 0px 3px #fef;
|
|
}
|
|
.active {
|
|
-webkit-animation: bgScroll 8s linear infinite;
|
|
animation: bgScroll 8s linear infinite;
|
|
}
|
|
@-webkit-keyframes bgScroll {
|
|
from {background-position: 0 -4%;}
|
|
to {background-position: 0 104%;}
|
|
}
|
|
@keyframes bgScroll {
|
|
from {background-position: 0 -4%;}
|
|
to {background-position: 0 104%;}
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<a target="_blank" href="index.html">
|
|
<div id="badge">
|
|
Internet Freedom
|
|
</div>
|
|
</a>
|
|
</body>
|
|
</html>
|