ancient-greek.net/documents/index.php

44 lines
1.4 KiB
PHP
Raw Normal View History

2021-11-26 14:38:51 +00:00
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8">
2021-11-28 12:33:45 +00:00
<link rel="preload" as="style" href="/CSS/styles.css">
<link rel="stylesheet" href="/CSS/styles.css">
2021-11-26 14:38:51 +00:00
<title>Documents ancient-greek.net</title>
<?php include('header.php'); ?>
<hr>
</head>
<div class="heading-greek">
<h1>Ancient Greek Documents</h1>
<h3>Συγγραφαὶ ἐμοῦ</h3>
2021-11-26 14:38:51 +00:00
<i>My own writings</i>
<br><br>
</div>
<body>
<div class="article">
<p class="blocktext">This page contains, mainly, things which I wrote in and about the Ancient Greek language, such as my notes, interesting things to read and more. Unfortunately, due to the matter with <i>copyright</i>, I am unable to provide you with literally every resource that I have; but I will, nontheless, attempt to provide you with a decent selection of works which I find might be helpful for the aspiring learner or even for those who have already begun learning the language. </p>
</div>
<div class="row">
<div class="column-2">
<h2></h2>
</div>
<div class="column-2">
<h2>Documents</h2>
<h3><a class="menu" href="/media/docs/GreekNotes_1.pdf">My Ancient Greek notes Book #1</h3></a>
<h3><a class="menu" href="/media/docs/GreekNotes_2.pdf">My Ancient Greek notes Book #2</h3></a>
</div>
</div>
</body>
<footer>
<?php include('footer.php'); ?>
</html>