Added macrons
This commit is contained in:
parent
fb1497f670
commit
ee998bb7e8
@ -27,6 +27,7 @@ h1 {
|
||||
|
||||
h2 {
|
||||
font-size: 3vw;
|
||||
display: inline;
|
||||
}
|
||||
|
||||
#pensum_content {
|
||||
|
@ -91,7 +91,7 @@
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<h1><a href="/llpsi">Lingua Latina Per Se Illustrata</a></h1>
|
||||
<h1><a href="/llpsi">Lingua Latīna Per Sē Illūstrāta</a></h1>
|
||||
<h2>{{pensum_title}}</h2>
|
||||
<label class="toggle">
|
||||
Quantitās: <input type="checkbox" id="vowel_length">
|
||||
|
@ -2,12 +2,12 @@
|
||||
<html lang="la">
|
||||
<head>
|
||||
<meta charset="UTF-8"/>
|
||||
<title>Lingua Latina Per Se Illustrata</title>
|
||||
<title>Lingua Latīna Per Sē Illūstrāta</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='css/LLPSI.css') }}">
|
||||
</head>
|
||||
<body>
|
||||
<h1>Lingua Latina Per Se Illustrata</h1>
|
||||
<h1>Lingua Latīna Per Sē Illūstrāta</h1>
|
||||
<dl>
|
||||
{% for capitulum in capitula %}
|
||||
<dt>{{capitulum.title}}
|
||||
|
Loading…
Reference in New Issue
Block a user