mirror of
https://github.com/G2-Games/website.git
synced 2025-04-20 02:12:53 -05:00
16 lines
680 B
HTML
16 lines
680 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>What have you done !</title>
|
|
<link rel="stylesheet" href="assets/style.css?random=@Environment.TickCount">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link rel="icon" type="image/x-icon" href="../../icon.gif">
|
|
</head>
|
|
|
|
<body style="background-color: black;">
|
|
<img src="off.png" class="dialog-image" style="position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);opacity:50%;">
|
|
<a href="../../">
|
|
<img src="back.gif" class="dialog-image" style="position: absolute; transform:translatex(-50%);left: 50%; bottom: 25%;background-color: white;">
|
|
</a>
|
|
</body>
|
|
</html>
|