diff options
| author | s1n <[email protected]> | 2019-10-21 20:45:16 -0700 |
|---|---|---|
| committer | s1n <[email protected]> | 2019-10-21 20:45:16 -0700 |
| commit | 62ac9bcc7c37058179108ec1443e804bf2e2790b (patch) | |
| tree | 19707b3c7a2b3524f539853c5222aa1a0e4f06d6 /projects/index.html | |
| parent | add rockstar and previous things (diff) | |
| download | p.s1n.pw-admin-62ac9bcc7c37058179108ec1443e804bf2e2790b.tar.xz p.s1n.pw-admin-62ac9bcc7c37058179108ec1443e804bf2e2790b.zip | |
add allegiance
Diffstat (limited to 'projects/index.html')
| -rw-r--r-- | projects/index.html | 32 |
1 files changed, 21 insertions, 11 deletions
diff --git a/projects/index.html b/projects/index.html index 4c974cf..5e44cce 100644 --- a/projects/index.html +++ b/projects/index.html @@ -1,14 +1,24 @@ <!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>Loading...</title> -</head> -<body> - <script> - location.href = "/work/" - </script> -</body> + + <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>Loading...</title> + </head> + + <body> + <script> + location.href = "/work/" + </script> + + <!-- + Projects Order: + 1. Iced Out + 2. Rockstar + 3. Allegiance + --> + </body> + </html>
\ No newline at end of file |