mirror of https://codeberg.org/Sonoj/osamc.de
18 lines
405 B
PHP
18 lines
405 B
PHP
<!doctype html>
|
|
<html>
|
|
|
|
<head>
|
|
<link rel="stylesheet" href="normalize.css" type="text/css">
|
|
<link rel="stylesheet" href="sakura.css" type="text/css">
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
|
<title>OSAMC Archiv</title>
|
|
</head>
|
|
|
|
<body>
|
|
<h1>Open Source Audio Meeting Cologne: Archiv</h1>
|
|
|
|
<?php include "build_project_index_html.php"; ?>
|
|
|
|
</body>
|
|
</html>
|