summaryrefslogtreecommitdiff
path: root/contrib/depleted_tip.en.mcpp
blob: 71d7489fb5a6351115e2360f78e40d8fa5270873 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
#include "copyright.html"
<html>
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <noscript>
    <meta http-equiv="refresh" content="1">
  </noscript>
  <title>Status of your tip</title>
#include "css.html"
</head>

<body>
<section id="main" class="content">
  <h1 align="center">Tip already collected</h1>
  <div align="center">
    You have already collected this tip.
  </div>
</section>
#include "footer.html"