diff options
Diffstat (limited to 'public/index.html')
| -rw-r--r-- | public/index.html | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/public/index.html b/public/index.html new file mode 100644 index 0000000..0d215b3 --- /dev/null +++ b/public/index.html @@ -0,0 +1,54 @@ +<!DOCTYPE html> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" class="disable-tweet-animation page-with-columns grayscale-active no-touch is-desktop overlay-content-loaded sidebar-active scroll-down"> +<head> + <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> + <meta http-equiv="X-UA-Compatible" content="IE=edge" /> + <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1" /> + <title>e-flux: Animism</title> + <meta property="og:title" content="e-flux" /> + <meta property="og:image" content="https://www.e-flux.com/elements/e-flux-logo-fb.png?2" /> + <meta property="og:image:width" content="2000" /> + <meta property="og:image:height" content="2000" /> + <meta property="og:description" content="e-flux is a publishing platform and archive, artist project, curatorial platform, and enterprise which was founded in 1998." /> + <meta name="Description" content="e-flux is a publishing platform and archive, artist project, curatorial platform, and enterprise which was founded in 1998." /> + <link rel="stylesheet" href="/styles/e-flux-fonts.css" /> + <link rel="stylesheet" href="/styles/e-flux.css" /> + <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon"/> +</head> +<body> + +<div class="block-overlay content-ready header-lock"> + + <div class="header header-article"> + <div class="header-article-topline"> + <div class="logo"> + <a href="/"> + <img src="/elements/e-flux-logo.svg" alt="" /> + </a> + </div> + </div> + + <div class="article-topline"> + </div> + + <nav class="menu"> + <ul class="menu-items menu-items-fixed"> + <li class="menu-item menu-item-button button-search show-only-on-mobile js-header-tools" data-headertool="search"> + <img src="/elements/search.svg" alt="" /> + </li> + <li class="menu-item header-article-close-button"> + <a href="/announcements/" class="article-close-link"> + <img src='/elements/close.svg' alt=''> + </a> + </li> + <li class="menu-item menu-item-button button-menu"> + <img src="/elements/menu.svg" alt="" /> + </li> + </ul> + </nav> + </div> + + +</div> +</body> +</html> |
