screener / templates /hello.html
jarvisx17's picture
Rename templates/index.html to templates/hello.html
48aeea9 verified
raw history blame
No virus
120 Bytes
<!DOCTYPE html>
<html>
<head>
<title>Hello, World!</title>
</head>
<body>
<h1>Hello, World!</h1>
</body>
</html>