diff options
Diffstat (limited to 'src/_header.html')
-rw-r--r-- | src/_header.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/_header.html b/src/_header.html index a01fe5a..e5f889a 100644 --- a/src/_header.html +++ b/src/_header.html @@ -5,13 +5,13 @@ <meta name="generator" content="romanzolotarev.com/ssg"> <meta name="stylesheet" content="perfectmotherfuckingwebsite.com"> <meta name="viewport" content="width=device-width, initial-scale=1"> - <link rel="stylesheet" href="https://phreedom.club/tt.css"> + <link rel="stylesheet" href="style.css"> </head><body> <div class="homelink"><a href="/">Home</a></div> <nav> - <a href="index.html">Главная</a> <a href="index_en.html">/Main</a> - <a href="manifesto.html">Манифест</a> <a href="manifesto_en.html">/Manifesto</a> - <a href="landing.html">Лендинг</a> <a href="landing_en.html">/Landing</a> - <a href="guidelines.html">Методичка</a> <a href="guidelines_en.html">/Guidelines</a> + <a href="index.html">Главная</a> + <a href="manifesto.html">Манифест</a> + <a href="landing.html">Лендинг</a> + <a href="guidelines.html">Методичка</a> </nav> |