This repository has been archived on 2025-08-18. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
Bungloo/WebKit/index.html
2013-03-24 19:31:04 +01:00

17 lines
No EOL
388 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Bungloo</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="stylesheet" href="css/default.css" type="text/css" />
<script data-main="scripts/main" src="scripts/lib/vendor/require-jquery.js"></script>
</head>
<body>
<div id="sidebar">
</div>
<article id="content">
</article>
</body>
</html>