-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
35 lines (35 loc) · 932 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<meta name="charset" content="utf-8" />
<title>LocalShare – Coming soon</title>
<link rel="stylesheet" href="/assets/styles/global.css" />
<link rel="stylesheet" href="/assets/styles/style.css" />
<link
rel="shortcut icon"
href="https://avatars.githubusercontent.com/LocalShare?s=90"
type="image/jpeg"
/>
</head>
<body class="center">
<main class="center">
<h1>LocalShare</h1>
<img
src="https://avatars.githubusercontent.com/LocalShare?s=150"
width="150"
height="150"
alt="LocalShare"
id="ls-image-icon"
style="cursor: pointer"
onclick="document.getElementById('github').click();"
/>
<p>
Share media instantly with friends on the same network. Enjoy music and
videos together, locally.
</p>
<a href="https://github.com/LocalShare" target="_blank" id="github"
>Visit our GitHub</a
>
</main>
</body>
</html>