-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
31 lines (31 loc) · 1.24 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
<!doctype html>
<html>
<head>
<title>XReality, Visualization and Analytics Lab</title>
<meta name="viewport" content="width=device-width">
<meta name="theme-color" content="#204069" />
<link rel="icon" href="favicon.svg" />
<link rel="mask-icon" href="favicon.svg" />
<link rel="apple-touch-icon" href="favicon.png" />
<!-- <link rel="manifest" href="manisfest.json" /> -->
<link rel="stylesheet" href="css/style.css">
<!-- <script defer type="text/javascript" src="js/biel-holding.js"></script>-->
</head>
<body>
<main>
<!--<figure class="xrva-logo" id="biel-logo">
<div class="xrva-logo-mask"></div>
</figure>-->
<figure class="xrva-logo" id="xrva-logo">
</figure>
<h1>XReality, Visualization and Analytics Lab</h1>
<h2>Visualization, Data, Modelling & Graphics (VDMG) Research Group</h2>
<p><a href="https://www.bangor.ac.uk/computer-science-and-electronic-engineering/">School of Computer Science and Engineering</a> at <a href="https://bangor.ac.uk">Bangor University</a>.</p>
<p>Website coming soon...</p>
<!--<div class="official">
<div class="xrva-logo-full"></div>
<div class="bu-logo"></div>-->
</div>
</main>
</body>
</html>