You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
615 B
23 lines
615 B
<!doctype html> |
|
<html> |
|
<head> |
|
<meta charset="utf-8"> |
|
<title>Hungary</title> |
|
<script type="module" src="hungary_flashcards.js" defer></script> |
|
<link href="/styles/styles.css" rel="stylesheet"> |
|
<link href="/styles/grid1_fc.css" rel="stylesheet"> |
|
</head> |
|
|
|
<body class="grid-container"> |
|
<div class="landing main"> |
|
<div class="heading">HUNGARY</div> |
|
<div class="signature">Philip Osztromok</div> |
|
<div class="buttons"></div> |
|
<div class="card">Switch</div> |
|
<nav class="nav"></nav> |
|
</div> |
|
|
|
|
|
|
|
</body> |
|
</html>
|
|
|