72 lines
3.4 KiB
PHP
72 lines
3.4 KiB
PHP
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>TTT2 Role Overview</title>
|
|
<meta name="description" content="All TTT2 Roles halfheartedly documented">
|
|
<meta name="author" content="James">
|
|
<meta property="og:title" content="TTT2 Role Overview">
|
|
<meta property="og:type" content="website">
|
|
<meta property="og:url" content="https://ttt.james-things.com">
|
|
<meta property="og:description" content="All TTT2 Roles documented halfheartedly">
|
|
<meta property="og:image" content="https://e7.pngegg.com/pngimages/710/403/png-clipart-the-embodiment-of-scarlet-devil-team-shanghai-alice-video-game-banjo-tooie-mario-luigi-partners-in-time-marisa-logo-computer-wallpaper.png">
|
|
<link rel="icon" href="/favicon.ico">
|
|
<link rel="icon" href="/favicon.svg" type="image/svg+xml">
|
|
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
|
|
|
|
|
|
|
|
<!--MATERIALIZE-->
|
|
<!--Import jQuery-->
|
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
|
|
<!--Import Google Icon Font-->
|
|
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
|
|
<!--Import materialize.css-->
|
|
<link type="text/css" rel="stylesheet" href="css/materialize.min.css" media="screen,projection"/>
|
|
|
|
<!--My Custom Stylesheet-->
|
|
<link rel="stylesheet" href="css/styles.css">
|
|
</head>
|
|
<body>
|
|
|
|
<div class="container center_all_things">
|
|
<div class="row">
|
|
<div class="col s12">
|
|
<div class="blurry">
|
|
<div class="card red darken-5 white-text">
|
|
<div class="card-content">
|
|
<span class="card-title" id="accomplice">Cookie Information</span>
|
|
<p>The legal stuff I need to write.</p>
|
|
</div>
|
|
|
|
<ul class="collapsible black-text white">
|
|
<li class="active">
|
|
<div class="collapsible-header" tabindex="0"><i class="material-icons">help_outline</i>Cooookieeees....</div>
|
|
<div class="collapsible-body" style="display: block;">
|
|
<pre>
|
|
Look dude. I have to warn you that we use cookies.
|
|
Like we use one.
|
|
|
|
Literally the only cookie on this page (not even this, but the one before) is "loaded" and it has the value "true"
|
|
Also we already saved it on your device and deleted it as you clicked the button to get to this page... soooo... yeah..
|
|
|
|
Youre warned about cookies now.
|
|
|
|
Also if you are reading this on mobile and get triggered that this box is not "100% responsive", then... I dunno, just ignore it.
|
|
If you want to you can send me a ticket.
|
|
</pre>
|
|
</div>
|
|
</li>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<!--JavaScript at end of body for optimized loading-->
|
|
<script type="text/javascript" src="js/materialize.min.js"></script>
|
|
</body>
|
|
</html>
|