This repository has been archived on 2020-02-20. You can view files and clone it, but cannot push or open issues or pull requests.
polytranslatia/views/result.mustache

20 lines
577 B
Plaintext
Raw Normal View History

2020-02-20 13:08:13 +01:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Poliatranslatia</title>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<link rel="stylesheet" href="/css/styles.css">
</head>
<body>
{{> partials/header}}
<p>Enter the following link into Polytopia to start using your custom language file. You can also share it with your friends!</p>
<a href="{{link}}">{{link}}</a>
{{> partials/footer}}
</body>
</html>