17 lines
436 B
HTML
17 lines
436 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title data-message="blockedTitle"></title>
|
|
<meta charset="UTF-8">
|
|
<link rel="stylesheet" href="style.css">
|
|
</head>
|
|
<body>
|
|
<h1 data-message="blockedTitle"></h1>
|
|
<p data-message="blockedSubtitle"></p>
|
|
<ul><li><a href="options.html" target="_blank" data-message="options"></a></li></ul>
|
|
<hr>
|
|
<p>Copyright (c) 2018, Tim "timmyRS" Speckhals</p>
|
|
<script src="translations.js"></script>
|
|
</body>
|
|
</html>
|