mirror of
https://github.com/caperren/school_archives.git
synced 2025-11-09 13:41:13 +00:00
10 lines
156 B
Handlebars
10 lines
156 B
Handlebars
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>CS 290 Get and Post Checker - Week 7</title>
|
|
</head>
|
|
<body>
|
|
{{{body}}}
|
|
</body>
|
|
</html> |