Test / app /templates /basic.html
adarshadda's picture
initial commit
b0dd51d
raw
history blame contribute delete
No virus
180 Bytes
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Basic Template</title>
</head>
<body>
<h1>Hello from a basic template!</h1>
</body>
</html>