lipu-sona/translate.html

34 lines
1010 B
HTML
Executable File
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="/assets/stylesheet.css" />
<title>translate this course</title>
<meta
charset="UTF-8"
name="viewport"
content="width=device-width, initial-scale=1.0"
/>
<link rel="shortcut icon" type="image/png" href="/assets/tp-favicon.png" />
</head>
<body>
<h1 class="title">
how to translate <span style="vertical-align: -50%">this course</span>
</h1>
<h2 class="title box-title">other languages</h2>
<div class="box">
<p>
to translate this page, make a copy of this google doc and follow the
instructions at the top!
</p>
<p>
(you dont have to use google doc, feel free to use markdown files or
anything else if that works better for you! but preferably choose
something which enables cooperation with others, so you dont
necessarily have to do all the work on your own!)
</p>
</div>
</body>
</html>