-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2121ebf
commit f79457c
Showing
2 changed files
with
37 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
<!DOCTYPE html> | ||
<head> | ||
<meta http-equiv="200" charset="utf-8" /> | ||
<title>Octavia tools</title> | ||
<meta content="true" name="HandheldFriendly" /> | ||
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport" /> | ||
<meta name="author" content="Lumière Élevé" /> | ||
<meta name="description" content="The list of available tools from Octavia." /> | ||
<meta name="og:title" content="Octavia tools" /> | ||
<meta name="og:description" content="The list of available tools from Octavia." /> | ||
<meta name="twitter:card" content="summary" /> | ||
<meta name="twitter:title" content="Octavia tools" /> | ||
<meta name="twitter:description" content="The list of available tools of Octavia." /> | ||
<meta name="robots" content="index,follow" /> | ||
<meta name="keywords" content="Octavia,Lightingale,MIDI" /> | ||
<link rel="stylesheet" href="../css/water.min.css" /> | ||
<link rel="stylesheet" href="../css/fonts.css" /> | ||
</head> | ||
<body> | ||
<h2>List of Octavia tools</h2> | ||
<p>Octavia offers <a href="../">a series of demos</a> for testing purposes and your enjoyment.</p> | ||
<ul> | ||
<li> | ||
<a href="bmSysConv.htm">Bitmap SysEx converter</a> | ||
</li> | ||
<li> | ||
<a href="imgConv.htm">Bitmap binary data converter</a> | ||
</li> | ||
<li> | ||
<a href="romView.htm">Binary file bitmap viewer</a> | ||
</li> | ||
<li> | ||
<a href="tsvView.htm">TSV bitmap data viewer</a> | ||
</li> | ||
</ul> | ||
</body> |