testing / templates /hello.html
jarvisx17's picture
Create templates/hello.html
53f495b
raw
history blame contribute delete
121 Bytes
<!DOCTYPE html>
<html>
<head>
<title>Hello, World!</title>
</head>
<body>
<h1>Hello, World!</h1>
</body>
</html>