diff options
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..54759b9 --- /dev/null +++ b/index.html @@ -0,0 +1,16 @@ +<!DOCTYPE html> +<html lang="en"> + <head> + <meta charset="UTF-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <title>s1nical - HTML Examples</title> + </head> + <body> + <center style="word-wrap: break-word; white-space: pre-wrap;"> + <a href="https://8cy.github.io/html-examples/css-gradient/">CSS Gradient</a> + <a href="https://8cy.github.io/html-examples/download-test/">Download Test</a> + <a href="https://8cy.github.io/html-examples/made-with-love/">Made with Love</a> + <a href="https://8cy.github.io/html-examples/scrolling-title/">Scrolling Title</a> + </center> + </body> +</html> |