content/hifi-content/elisalj/blocks/updateToBlocks.html
2022-02-13 23:16:46 +01:00

51 lines
No EOL
1.7 KiB
HTML

<!--
// updateToBlocks.html
//
// Copyright 2016 High Fidelity, Inc.
//
// Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
-->
<html>
<head>
<title>Update to Blocks!</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/css?family=Raleway:300,400,600,700" rel="stylesheet">
<style>
body {
margin: 0;
width: 100%;
font-family: 'Raleway', sans-serif;
color: white;
background: linear-gradient(#2b2b2b, #0f212e);
}
.top-bar {
height: 90px;
background: linear-gradient(#2b2b2b, #1e1e1e);
font-weight: bold;
padding-left: 30px;
padding-right: 30px;
display: flex;
align-items: center;
position: fixed;
width: 480px;
top: 0;
z-index: 1;
}
.content {
margin-top: 90px;
padding: 30px;
}
</style>
</head>
<body>
<div class="top-bar">
<!--<img class="marketplace-tile-image" src="img/hifi-marketplace-tile.png">-->
<h3 class="update-title">Update required!</h3>
</div>
<div class="content">
<p>Blocks is supported in High Fidelity version 7035 or later. You can update at https://metaverse.highfidelity.com/dev-download.</p>
</div>
</body>
</html>