-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDiscord20x.html
More file actions
28 lines (25 loc) · 841 Bytes
/
Discord20x.html
File metadata and controls
28 lines (25 loc) · 841 Bytes
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
<!DOCTYPE html>
<html>
<head>
<base target="_top">
<?!= stylesheets ?>
</head>
<body>
<nav>
<div class="nav-wrapper">
<a href="<?= forumPostURL ?>" class="brand-logo right" title="Go to the forum post"><?= tourName ?><img class="right" src="<?= tourIcon ?>" id="img-logo"></a>
<a href="https://osu.ppy.sh/users/<?= id ?>" class="left" title="Go to user profile"><img src="https://a.ppy.sh/<?= id ?>" id="img-avatar"></a>
<div class="player-align left">
<p><a href="https://osu.ppy.sh/users/<?= id ?>" title="Go to user profile"><?= username ?></a></p>
<p id="rank" title="Discord Tag"><?= discord_tag ?></p>
</div>
</div>
</nav>
<div class="container">
<div class="main">
<h1 id="text-header"><?= outcome ?></h1>
<p id="text-body">You may now close this page.</p>
</div>
</div>
</body>
</html>