You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
574 B
HTML

1 year ago
<html>
<head>
<link rel="stylesheet" href="./static/style.css" />
</head>
<body>
<h1>gesture glossary ✌️</h1>
<div class="two-col">
<h4>This is the home page for the gesture glossary. It has every word in the glossary to the right. Click a word to visit its page. This is the introduction.</h4>
</div>
<div class="two-col">
{% for word in text
%}<a href="{{word}}"><button class="button">{{word}}</button></a>{%
endfor %}
</div>
</body>
</html>