|
<!doctype html> |
|
<html> |
|
<head> |
|
<meta charset="utf-8" /> |
|
<meta name="viewport" content="width=device-width" /> |
|
<title>My static Space</title> |
|
<link rel="stylesheet" href="style.css" /> |
|
<script src="script.js" defer></script> |
|
</head> |
|
<body> |
|
|
|
<h1>Communications pack for language leads</h1> |
|
<p> Here you will find a communications pack that you can use to share about your participation in this annotation sprint in social media.</p> |
|
<p> Don't forget to translate and adapt the following texts and images to appeal to communities of speakers in the language(s) you’re leading! |
|
</p> |
|
<div id="card-container"></div> |
|
</body> |
|
</html> |
|
|