-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
30 lines (28 loc) · 1023 Bytes
/
index.html
File metadata and controls
30 lines (28 loc) · 1023 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
26
27
28
29
30
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="BeaconMedia - A social media platform to connect and share with others.">
<title>BeaconMedia</title>
<link rel="icon" href="icon.png" type="image/png">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header role="banner">
<h1>BeaconMedia</h1>
</header>
<main role="main">
<iframe
src="https://docs.google.com/document/d/1-PMYr_txAcTN9vRS0LNy633-iD3SJRPq2wbYXdkSx9g/edit?tab=t.0"
title="Live Social Media Feed from BeaconMedia Platform"
style="border: 0;"
allow="clipboard-write;">
Your browser does not support iframes. Please visit the feed directly at
<a href="https://docs.google.com/document/d/1-PMYr_txAcTN9vRS0LNy633-iD3SJRPq2wbYXdkSx9g/edit?tab=t.0" target="_blank" rel="noopener noreferrer">
this link
</a>.
</iframe>
</main>
</body>
</html>