Skip to content

Instantly share code, notes, and snippets.

<!DOCTYPE html>
<html>
<head></head>
<body>
<p><a href='/testtext.txt' >Save as to download document</a></p>
<p><a href='/logo.png'>test image hosted</a></p>
</body>
</html>
@IvanLysenko
IvanLysenko / index.html
Created June 18, 2013 17:09
early prototype of a keyboard display. still figuring out how to manage buttons.
<!DOCTYPE html>
<html>
<head>
<title>Keybord</title>
<link rel="stylesheet" type="text/css" href="stylesheet.css" />
<script src="http://code.jquery.com/jquery-2.0.2.min.js"></script>
<script src="script.js" type="text/javascript"></script>
</head>
<body>
<div></div>
<!DOCTYPE html>
<html>
<head>
<title>HTML5/JS Poject1</title>
<link rel="stylesheet" type="text/css" href="stylesheet.css" />
<script src="http://code.jquery.com/jquery-2.0.2.min.js"></script> <!-- needed to run jQuery stuff -->
<script src="script.js" type="text/javascript"></script>
</head>
<body>
</body>