mirror of
https://github.com/gurnec/removeddit.git
synced 2026-03-11 08:54:27 +00:00
1.1.0
This commit is contained in:
parent
9a5c632b37
commit
36dae34c62
4 changed files with 73 additions and 61 deletions
File diff suppressed because one or more lines are too long
63
index.html
63
index.html
|
|
@ -1,57 +1,3 @@
|
|||
<!--
|
||||
_-`````-, ,- '- .
|
||||
.' .- - | | - -. `.
|
||||
/.' / `. \
|
||||
:/ : _... ..._ `` :
|
||||
:: : /._ .`:'_.._\. || :
|
||||
:: `._ ./ ,` : \ . _.'' .
|
||||
`:. / | -. \-. \\_ /
|
||||
\:._ _/ .' .@) \@) ` `\ ,.'
|
||||
_/,--' .- .\,-.`--`.
|
||||
,'/'' (( \ ` )
|
||||
/'/' \ `-' (
|
||||
'/'' `._,-----'
|
||||
''/' .,---'
|
||||
''/' ;:
|
||||
''/'' ''/
|
||||
''/''/''
|
||||
'/'/'
|
||||
`;
|
||||
-->
|
||||
<!--
|
||||
__ __
|
||||
(_ |_ _ || _ _ _ | | _ _ |__). _ |_ |_
|
||||
__)|_(_||||||(_|| ) |/\|(_|_) | \ |(_)| )|_
|
||||
_/
|
||||
-->
|
||||
<!--
|
||||
.88888888:.
|
||||
88888888.88888.
|
||||
.8888888888888888.
|
||||
888888888888888888
|
||||
88' _`88'_ `88888
|
||||
88 88 88 88 88888
|
||||
88_88_::_88_:88888
|
||||
88:::,::,:::::8888
|
||||
88`:::::::::'`8888
|
||||
.88 `::::' 8:88.
|
||||
8888 `8:888.
|
||||
.8888' `888888.
|
||||
.8888:.. .::. ...:'8888888:.
|
||||
.8888.' :' `'::`88:88888
|
||||
.8888 ' `.888:8888.
|
||||
888:8 . 888:88888
|
||||
.888:88 .: 888:88888:
|
||||
8888888. :: 88:888888
|
||||
`.::.888. :: .88888888
|
||||
.::::::.888. :: :::`8888'.:.
|
||||
::::::::::.888 ' .::::::::::::
|
||||
::::::::::::.8 ' .:8::::::::::::.
|
||||
.::::::::::::::. .:888:::::::::::::
|
||||
:::::::::::::::88:.__..:88888:::::::::::'
|
||||
`'.:::::::::::88888888888.88:::::::::'
|
||||
`':::_:' -- '' -'-' `':_::::'`
|
||||
-->
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
|
|
@ -61,10 +7,11 @@ __)|_(_||||||(_|| ) |/\|(_|_) | \ |(_)| )|_
|
|||
<meta type="author" content="Jesper Wrang">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
||||
<link href="/images/favicon.ico" rel="shotcut icon">
|
||||
<link href="/bundle.d10b86eaab94a05f85f68f96772a41d1.css" rel="stylesheet"></head>
|
||||
<link href="/images/favicon.ico" rel="shotcut icon" type="image/x-icon">
|
||||
<link href="/main.css" rel="stylesheet" type="text/css">
|
||||
</head>
|
||||
<body>
|
||||
<script>console.time('scripts loaded')</script>
|
||||
<div id="app"></div>
|
||||
<script type="text/javascript" src="/bundle.ea72c4a23f636faf071e.js"></script></body>
|
||||
<script src="/main.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -5,7 +5,8 @@ html, body {
|
|||
font-family: verdana, arial, helvetica, sans-serif; }
|
||||
|
||||
.main {
|
||||
margin: 15px; }
|
||||
margin: 15px;
|
||||
color: white; }
|
||||
|
||||
.removed {
|
||||
background-color: #840c09; }
|
||||
|
|
@ -17,7 +18,7 @@ html, body {
|
|||
color: #c70300; }
|
||||
|
||||
.deleted-text {
|
||||
color: #00007d; }
|
||||
color: #0000ff; }
|
||||
|
||||
a {
|
||||
color: #8cb3d9; }
|
||||
65
main.js
Normal file
65
main.js
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue