-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
29 lines (24 loc) · 1.08 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
<!DOCTYPE HTML>
<html lang="de">
<head>
<title>Kunizial's homepage</title>
<script src='https://www.google.com/recaptcha/api.js'></script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<title>Kunizial's homepage</title>
<description>Homepage of an uninteresting person with way too many games</description>
<p>HERE IS A SiTe iN dEVelOPmenT</p>
<p>SooN(TM) you might even get some spare game- (mostly steam)keys here, when I find the time and ways to set it up, so if someone clicks one code, other's arent excited for nothing (and to fite dese avvfull code-snatching bots !!)</p>
Those will somewhat look like something. possibly. maybe.
<form action="?" method="POST">
<div class="g-recaptcha" data-sitekey="6LcsbCoUAAAAACImyQxTgPxifBBa-KhqWK1O5VJR" data-callback="myFunction('Game-Key: xxx-xxx-xxxxx-xx')"></div>
</form>
<script>
function myFunction(message) {
alert(message); // later using vex or something fancier
}
</script>
</body>
</html>