diff options
| author | Kumar Priyansh <[email protected]> | 2019-01-03 06:06:55 +0530 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-01-03 06:06:55 +0530 |
| commit | d8ebd83f689b3a40d2a7b04b7d3fe0297e8dd635 (patch) | |
| tree | 15a903512053b80a10721b0ccdb9c08ea5400c2c /index.html | |
| parent | f58bc825dcc927377ee6bab556953a406ce5f3dd (diff) | |
| download | win98css-d8ebd83f689b3a40d2a7b04b7d3fe0297e8dd635.tar.xz win98css-d8ebd83f689b3a40d2a7b04b7d3fe0297e8dd635.zip | |
Add files via upload0.1.0
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 |
