19 lines
524 B
HTML
19 lines
524 B
HTML
<!--
|
|
# Copyright (c) 2022, Ian Burgess
|
|
# All rights reserved.
|
|
#
|
|
# This source code is licensed under the GPLv3 license. A copy of this license can be found in the LICENSE file in the root directory of this source tree.
|
|
-->
|
|
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>Turdbot Landing</title>
|
|
</head>
|
|
<body>
|
|
<a href=""></a>
|
|
</body>
|
|
</html>
|