-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdesign.html
More file actions
17 lines (17 loc) · 800 Bytes
/
design.html
File metadata and controls
17 lines (17 loc) · 800 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'>
<html xmlns='http://www.w3.org/1999/xhtml'>
<head>
<meta http-equiv='Content-Type' content='text/html; charset=UTF-8' />
<meta http-equiv='Refresh' content="0; url='https://sau.frama.io/design.html'" />
<meta name='description'
content="Design of the saugns program and SAU language." />
<meta name='keywords'
content="saugns, SAU language, Scriptable AUdio, software design" />
<link rel='stylesheet' href='style.css' type='text/css' title='Default' /><style type='text/css'>@import url("style.css");</style>
<title>Design and main ideas</title>
</head>
<body>
<p><i>Moved to '<a href='https://sau.frama.io/design.html'>https://sau.frama.io/design.html</a>'.</i>
</p>
</body>
</html>