forked from micheleMM/N-O-D-E.net
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
66 lines (66 loc) · 3.13 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
---
layout: null
---
<!DOCTYPE html>
<!--
=============================
| | | | | |
| |__ __ _ __| |___ | |_ _ __ ___
| '_ \ / _` |/ _` / __|| __| '_ ` _ \
| |_) | (_| | (_| \__ \| |_| | | | | |
|_.__/ \__,_|\__,_|___(_)__|_| |_| |_|
bads.tm
website project version G3.5
browser detection/welcome page
Jekyll version
Some (C) to 2017, 2018, 2019 bads.tm
=============================
-->
<html>
<head>
<link href='https://fonts.googleapis.com/css?family=Share+Tech+Mono' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="css/style.css" media="screen">
<link rel="shortcut icon" href="images/avatar.png"> <!-- Might break #fixme #touch, tags-->
<link rel="icon" sizes="192x192" href="images/avatar.png">
<!-- jekyll tags-->
{% include tags.html %}
<!-- jekyll tags-->
</head>
<body>
<div id="page">
<div id="content">
<!--HEADER SECTION #bHead -->
<div id="header"><pre>
<a class="node" href="https://bads-tm.github.io/">
<code style="/*! font-size: 3px; */line-height: 0;">██████╗ █████╗ ██████╗ ███████╗████████╗███╗ ███╗
██╔══██╗██╔══██╗██╔══██╗██╔════╝╚══██╔══╝████╗ ████║
██████╔╝███████║██║ ██║███████╗ ██║ ██╔████╔██║
██╔══██╗██╔══██║██║ ██║╚════██║ ██║ ██║╚██╔╝██║
██████╔╝██║ ██║██████╔╝███████║██╗██║ ██║ ╚═╝ ██║
╚═════╝ ╚═╝ ╚═╝╚═════╝ ╚══════╝╚═╝╚═╝ ╚═╝ ╚═╝
</code>
</a>
<small>Get to the bottom by clicking <a href="#corebottom"><b>this</b></a></small>
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------</pre>
<!-- THE SITE STUFF -->
<P> Welcome to the new site!<br>
Quick News:</P>
</div>
<!--THE LIST #bStuff -->
<a class="node">
<!--THE STUFF (maybe quick links, so no scroll to bottom) -->
<div id="list">
<ul>
<li>
<a href="//bads.team"><span class="tag">[UPDATE]</span><span>New website. https://bads.team</span></a>
</li>
<li>
<a><span class="tag">[UPDATE]</span><span>New Logo! And another Video Sharing site project!</span></a>
</li>
<li>
<a href="https://brave.com/bad666"><span class="tag" style="color:orange">[NEW]</span><span>Site is now Verified in Brave/BAT Publisher Thing! You can use <b style="color:orange">Brave Payments</b> to support bads.tm and other cool people!</span></a>
</li>
</ul></div>
<!-- END OF THE SITE STUFF -->
<!-- jekyll ending -->
{% include end.html %}