timpla
Version:
An optimal website development experience for [server-side] web frameworks.
20 lines (16 loc) • 420 B
HTML
<html>
<head>
<meta charset="utf-8">
<title>Timpla!</title>
<link rel="stylesheet" href="stylesheets/app.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<h1>Welcome to timpla!</h1>
<div id="js_app"></div>
<div id="ts_app"></div>
<script src="javascripts/js-index.js"></script>
<script src="javascripts/ts-index.js"></script>
</body>
</html>