diff options
| author | s1n <[email protected]> | 2019-07-18 11:39:24 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-07-18 11:39:24 -0700 |
| commit | a5da7401e57b768ff24bc43c32ef5d6fe9c0d208 (patch) | |
| tree | ff79bd691aeb27ddec25d6e71852d28daed3e8de | |
| download | empty-a5da7401e57b768ff24bc43c32ef5d6fe9c0d208.tar.xz empty-a5da7401e57b768ff24bc43c32ef5d6fe9c0d208.zip | |
Add files via upload
| -rw-r--r-- | index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..471ec39 --- /dev/null +++ b/index.html @@ -0,0 +1 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html lang="en"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8"> <title>Title Goes Here</title> </head> <body> <p>This is my web page</p> </body> </html>
\ No newline at end of file |