17 lines
433 B
HTML
17 lines
433 B
HTML
<!DOCTYPE thml>
|
|
<html>
|
|
</head>
|
|
<title>Greg Shuflin Projects</title>
|
|
</head>
|
|
|
|
|
|
<body>
|
|
<h1>Projects</h1>
|
|
<ul>
|
|
<li> <a href="http://neunenak.github.com/html5go">HTML 5 Go</a>
|
|
<li> <a href="http://blazing-night-9415.herokuapp.com/dictionary">Arbitrary-language Django Dictionary</a>
|
|
This version is currently hosted on heroku and is being used as a dictionary for a constructed langauge.
|
|
</ul>
|
|
</body>
|
|
</html>
|