barebone-cms
Version:
rough attempt at a way-too-simple CMS
21 lines (18 loc) • 361 B
HTML
<!--
author: arthurKN (2015)
checkit: http://github.com/distrill
-->
<html>
<head>
<link type="text/css" rel="stylesheet" href="css/newTab.css"/>
<title>firstTab</title>
</head>
<body>
hello to you
<form method="post">
<input type="text" name="name">
<input type="submit">
</form>
</body>
</html>