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