17 lines
486 B
HTML
17 lines
486 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>StorageManager - janishutz.com</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link rel="stylesheet" href="/css/mainstyle.css">
|
|
<script src="/js/jquery.js"></script>
|
|
<script src="/js/basicanimations.js"></script>
|
|
</head>
|
|
|
|
<body>
|
|
<div id="ContentToInclude"></div>
|
|
<h1>StorageManager</h1>
|
|
<p>My flagship project currently seeing most of my development effort</p>
|
|
<p>Still under construction</p>
|
|
</body>
|
|
</html> |