diff options
author | Marco Alexander Fischer | 2018-08-26 13:14:15 +0200 |
---|---|---|
committer | Marco Alexander Fischer | 2018-08-26 13:14:15 +0200 |
commit | 41f0190f8f05db569825928e04ac12ec5cf16138 (patch) | |
tree | 0483a8bacb630ad16de4f0217cb96929ad629fe7 | |
parent | dc0414a1d9fb6a690252ff297af5df35a112aa21 (diff) |
Started overworking due to changed project-name
-rw-r--r-- | assets/css/style.css | 17 | ||||
-rw-r--r-- | index.html | 2 |
2 files changed, 8 insertions, 11 deletions
diff --git a/assets/css/style.css b/assets/css/style.css index 119b6b2..ee0e8c5 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -1,14 +1,11 @@ -/* #################### */ -/* */ -/* BEAM-Messenger */ -/* by Marvin Borner */ -/* */ -/* #################### */ +/* ####################### */ +/* */ +/* texx */ +/* by Marvin Borner */ +/* & Marco Alexander Fischer */ +/* */ +/* ####################### */ -/* This landing page has been Made by Marco Alexander Fischer. */ -/* visit marcoalexanderfischer.de for more! */ - -/* ############################################################################################ */ * { text-align: center; @@ -11,7 +11,7 @@ <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.2.0/css/all.css" integrity="sha384-hWVjflwFxL6sNzntih27bfxkr27PmbbK/iSvJ+a4+0owXq79v+lsFkW54bOGbiDQ" crossorigin="anonymous"> <link rel="shortcut icon" type="image/x-icon" href="./assets/images/logo.png"> - <title>BEAM-Messenger</title> + <title>texx</title> </head> <body> |