forked from EESSI/eessi.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (24 loc) · 886 Bytes
/
Copy pathindex.html
File metadata and controls
25 lines (24 loc) · 886 Bytes
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
<html>
<head>
<title>European Environment for Scientific Software Installations (EESSI)</title>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-169665333-3"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-169665333-3');
</script>
</head>
<body style="margin:0px;">
<div align="center">
<a href="https://github.com/EESSI"><img src="./img/EESSI_logo_horizontal.png"/></a>
<p style="margin:0px;">
<a href="https://eessi-hpc.org">eessi-hpc.org</a> -
<a href="https://github.com/EESSI">github.com/EESSI</a> -
<a href="https://eessi.github.io/docs/">eessi.github.io/docs</a> -
<a href="https://twitter.com/eessi_hpc">twitter.com/eessi_hpc</a>
</p>
</div>
</body>
</html>