diff options
| -rw-r--r-- | fileparts/header.html | 4 | ||||
| -rw-r--r-- | note.txt | 8 |
2 files changed, 11 insertions, 1 deletions
diff --git a/fileparts/header.html b/fileparts/header.html index 8b45328..471e2b8 100644 --- a/fileparts/header.html +++ b/fileparts/header.html @@ -1,6 +1,8 @@ <!DOCTYPE html> +<head> <link rel="stylesheet" type="text/css" href="style.css"> -<h1>Winter Survival 2 <img src="./icon_snowflake.png"> Anarchy</h1> +<h1>Winter Survival 2 <img src="./icon_snowflake.png" alt="snowflake"> Anarchy</h1> +</head> <id><img src="./data/icons/icon.png" style="width:256;" alt="Winter Survival 2 - Anarchy icon"></id> <id><hr></id> <div> diff --git a/note.txt b/note.txt new file mode 100644 index 0000000..3480888 --- /dev/null +++ b/note.txt @@ -0,0 +1,8 @@ +Some notes for planning of the website! + +Change around color palette +Foreground:3DA7FF +Background:90CDFF +Dividers:67BAFF +Faded:C2E3FE +Highlights:FFFFFF |
