Skip to content

Instantly share code, notes, and snippets.

@LukeI31
LukeI31 / Vocabulary Trainer
Created May 13, 2025 15:10
Vocabulary Trainer
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Latin Vocab Trainer</title>
<style>
body {
font-family: 'Segoe UI', sans-serif;
display: flex;
flex-direction: column;