diff options
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..d4643fd --- /dev/null +++ b/index.html @@ -0,0 +1,19 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="UTF-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <meta http-equiv="X-UA-Compatible" content="ie=edge"> + <title>Win 98 CSS</title> + <link rel="stylesheet" href="dist/css/win98.min.css"> + <link rel="stylesheet" href="src/webstyle.css"> + <link href="https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900" rel="stylesheet"> +</head> +<body> + <img src="src/image.jpg" class="wimg"> + <h1 class="wbh1">Win 98 CSS</h1> + <p class="wbp">Bringing back your childhood memories in CSS.</p> + <p class="wbp"><a href="docs" class="wba">View the docs</a> or <a href="https://github.com/luciferreeves/win98css" class="wba">View on Github</a></p> + <script src="dist/js/win98.min.js"></script> +</body> +</html>
\ No newline at end of file |
