You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
69 lines
1.6 KiB
HTML
69 lines
1.6 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Special Issue 5: OuNuPo</title>
|
|
<style>
|
|
@font-face {
|
|
font-family: 'NotCourierSans';
|
|
src: url('fonts/NotCourierSans.eot?#iefix') format('embedded-opentype'), url('fonts/NotCourierSans.woff') format('woff'), url('fonts/NotCourierSans.ttf') format('truetype'), url('fonts/NotCourierSans.svg#NotCourierSans') format('svg');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
@font-face {
|
|
font-family: 'PinyonScript';
|
|
src: url('fonts/PinyonScript.eot?#iefix') format('embedded-opentype'), url('fonts/PinyonScript.woff') format('woff'), url('PinyonScript.ttf') format('truetype'), url('fonts/PinyonScript.svg#PinyonScript') format('svg');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
body{
|
|
font-family: PinyonScript;
|
|
font-weight: normal;
|
|
background-color: #00001a;
|
|
}
|
|
|
|
h1, h2, h3, h4, h5 {
|
|
font-family: PinyonScript;
|
|
font-weight: normal;
|
|
color: white;
|
|
}
|
|
|
|
h1 {
|
|
font-size: 80px;
|
|
margin-top: 0px;
|
|
margin-bottom: -30px;
|
|
}
|
|
|
|
p {
|
|
font-family: NotCourierSans;
|
|
color: white;
|
|
font-size: 17px;
|
|
}
|
|
|
|
audio{
|
|
width: 400px;
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
</head>
|
|
<body>
|
|
|
|
<h1> OuNuPo </h1>
|
|
<p>-------------------------------------------------------------------</p>
|
|
<p><b>Special Issue 5</b></p>
|
|
<p>This is the description of the Special Issue</p>
|
|
</br>
|
|
<p>Audio of the Pre-Launch at Varia:</p>
|
|
<div class="audio">
|
|
<audio controls>
|
|
<source src="http://pzwart1.wdka.hro.nl/~amansoux/SP5%20Beta%20Launch%2048.ogg" type="audio/ogg">
|
|
<source src="http://pzwart1.wdka.hro.nl/~aroidl/varia_pre_launch.aac" type="audio/acc">
|
|
Your browser does not support the audio element.
|
|
</audio>
|
|
</div>
|
|
|
|
</body>
|
|
</html>
|