2020-01-20 09:10:37 +01:00
<!DOCTYPE html>
< html lang = "en" >
2020-01-20 21:30:40 +01:00
2020-01-20 09:10:37 +01:00
< head >
< meta charset = "UTF-8" >
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" >
< title > Redacted Life< / title >
< link href = "assets/css/index.css" rel = "stylesheet" type = "text/css" >
< / head >
2020-01-20 21:30:40 +01:00
2020-01-20 09:10:37 +01:00
< body >
< img src = "assets/images/cloud.svg" class = "clouds" id = "cloud1" / >
< img src = "assets/images/cloud.svg" class = "clouds" id = "cloud2" / >
< div class = "top" >
2020-01-20 21:06:39 +01:00
< div class = "wrapper" >
< div class = "content" >
< h1 > Redacted Life< / h1 >
< / div >
< / div >
2020-01-20 09:10:37 +01:00
< / div >
< div class = "bottom" >
2020-01-20 21:06:39 +01:00
< div class = "wrapper" >
< div class = "content" >
< a class = "button" href = "/feed.xml" > Subscribe< / a >
< a class = "button" href = "mailto:hello@redacted.life" > Contact< / a >
< a class = "button" href = "/archives/" > Archives< / a >
< / div >
2020-01-20 21:30:40 +01:00
< footer >
< a href = "https://git.webionite.com/ceda_ei/redacted.life" > This website< / a > , designed by < a href = "https://webionite.com" > Ceda EI< / a > , is licensed under < a href = "https://git.webionite.com/ceda_ei/redacted.life/src/branch/master/LICENSE" > MIT License< / a > . Content licensed under < a href = "https://creativecommons.org/licenses/by/4.0/" > CC-BY-4.0< / a >
< / footer >
2020-01-20 21:06:39 +01:00
< / div >
2020-01-20 09:10:37 +01:00
< / div >
< / body >
2020-01-20 21:30:40 +01:00
2020-01-20 09:10:37 +01:00
< / html >