This repository has been archived by the owner on Jan 29, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
39 lines (39 loc) · 1.91 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<!DOCTYPE html>
<html>
<head>
<title>Lodex inist</title>
<meta 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, user-scalable=0"/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css"/>
<!--link href="https://fonts.googleapis.com/css?family=Quicksand:400,500" rel="stylesheet"-->
<link rel="stylesheet" href="{|__JS_HOST__|}/styles.css"/>
<link rel="stylesheet" href="{|__JS_HOST__|}/css/theme2-styles.css"/>
</head>
<body>
<header>
<div>
<h1 id='titre_lodex'>Titre lodex theme2 inist avec couleurs des içônes</h1>
<a id='logo' href='https://www.inist.fr/' aria-label="accueil du site">
<img src='{|__JS_HOST__|}/images/logo_cnrs_2019_blanc.svg' alt='CNRS'>
<span class="inist">Inist</span>
</a>
</div>
</header>
<div id="root" class="container"></div>
<footer class="bt">
<ul class='grille'>
<li class=" bl3 ">
<a href="https://www.inist.fr/nous-contacter/">Nous contacter</a>
</li>
<li class=" bl3 ">
<a href="#">auteurs, données utilisées, pour qui ? pourquoi ?</a>
</li>
<li class=" bl3 ">
<a id="lodex" href="https://lodex.inist.fr/" title="documentation lodex"><img src="/favicon.ico"/> Propulsé par Lodex</a>
<a href="//github.com/Inist-CNRS/lodex/releases/tag/v12.22.1" class="link _1slu1mr link-link">12.22.1</a>
</li>
</ul>
</footer>
</body>
</html>