-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
39 lines (35 loc) · 1.64 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Chris Korda: Home</title>
<meta name="author" content="Chris Korda">
<meta name="date" content="2021-11-29">
<meta name="description" content="Chris Korda's home page">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="./style.css" rel=stylesheet title=default type=text/css>
</head>
<body>
<div class=menu>
<p><table id="navigation">
<tr>
<th><a href="index.html">Home</a></th>
<th><a href="music.html">Music</a></th>
<th><a href="software.html">Software</a></th>
<th><a href="art.html">Art</a></th>
<th><a href="words.html">Words</a></th>
<th><a href="contact.html">Contact</a></th>
</tr>
</table>
</div>
<div id=body>
<!-- content goes HERE -->
<iframe loading="lazy" width="560" height="315" src="https://www.youtube.com/embed/BYeVEIq2SSE" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe loading="lazy" width="560" height="315" src="https://www.youtube.com/embed/8pKggi_-MJw" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<!-- <p><img src="img/chris_korda.jpg" width=428 height=640 alt="Chris Korda Fauve"> -->
<p>
<a href="bio.html">Chris Korda</a> is a <a href="music.html">musician</a>, <a href="art.html">artist</a>, and <a href="software.html">inventor</a>, known for founding the Church of Euthanasia, and as a composer and performer of electronic music. Here's the latest <a href="news/index.html">news</a>.</p>
<!-- content stops HERE -->
</div>
</body>
</html>