Mercurial > compliance
changeset 0:cb9a6a5f1fca
Initial Check-in
| author | revmrw1<revmrw1@gmail.com> |
|---|---|
| date | Fri, 15 Nov 2024 18:32:58 -0500 |
| parents | |
| children | 474b3eb198ae |
| files | ,hgignore index.html |
| diffstat | 2 files changed, 17 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/,hgignore Fri Nov 15 18:32:58 2024 -0500 @@ -0,0 +1,2 @@ +syntax: glob +nbproject/**
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/index.html Fri Nov 15 18:32:58 2024 -0500 @@ -0,0 +1,15 @@ +<!DOCTYPE html> +<!-- +Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license +Click nbfs://nbhost/SystemFileSystem/Templates/Other/html.html to edit this template +--> +<html> + <head> + <title>TODO supply a title</title> + <meta charset="UTF-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + </head> + <body> + <div>TODO write content</div> + </body> +</html>
