diff options
author | Jesús <heckyel@hyperbola.info> | 2021-11-09 18:20:40 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2021-11-09 18:20:40 -0500 |
commit | 1e520729865883326ea52d8878c620979af74673 (patch) | |
tree | 071be2db0948d8c561ef516d7ed838fe3b52b5f0 /contact.html | |
download | simple-1e520729865883326ea52d8878c620979af74673.tar.lz simple-1e520729865883326ea52d8878c620979af74673.tar.xz simple-1e520729865883326ea52d8878c620979af74673.zip |
initial import
Diffstat (limited to 'contact.html')
-rw-r--r-- | contact.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/contact.html b/contact.html new file mode 100644 index 0000000..c490b5b --- /dev/null +++ b/contact.html @@ -0,0 +1,12 @@ +<!DOCTYPE html> +<html lang="en"> + <head> + <title>Simple</title> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <meta http-equiv="content-type" content="text/html; charset=UTF-8"> + <meta http-equiv="X-UA-Compatible" content="ie=edge"> + <link rel="stylesheet" href="dist/css/normalize.min.css"> + </head> + <body> + </body> +</html> |