-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
49 lines (39 loc) · 1.25 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
40
41
42
43
44
45
46
47
48
49
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width">
<title>Avery Marlow Valdes</title>
<meta name="description" content="">
<!-- Styles -->
<!-- <link rel="stylesheet" type="text/css" href="css/main.css"> -->
<style>
body {
background: #001323;
color: #fff;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
</style>
</head>
<body>
<header>
<h1>Avery Good Website</h1>
<p>Welcome to the team Avery Valdes</p>
</header>
<main role="main" class="main">
<iframe style="border: 1px solid rgba(0, 0, 0, 0.1);" width="1800" height="850"
src="https://www.figma.com/embed?embed_host=share&url=https%3A%2F%2Fwww.figma.com%2Ffile%2FBfOeZEMj0kyGpwXeGHZxhM%2Faverygoodwebsite%3Fnode-id%3D0%253A1"
allowfullscreen></iframe>
</main>
<footer>
</footer>
<!-- Javascript -->
<script>
const iframe = document.querySelector('iframe');
iframe.style.width = '100%';
iframe.style.border = 'none';
</script>
<!-- <script type="text/javascript" src="js/main.js"></script> -->
</body>
</html>