-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
28 lines (28 loc) · 849 Bytes
/
index.html
File metadata and controls
28 lines (28 loc) · 849 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<link href="index.css" rel="stylesheet" type="text/css" />
<center>
<div class="header">
<h1 title> Distributed Cryptography </h1> </center>
</div>
<center>
</head>
<body>
</center>
<center><span><p class="ptext">
Welcome to Distributed Cryptography! Let's encrypt the future together, a bit at a time.
<br>
Please click on which person you are so we can best accomodate you!
</p></span>
<img src="schema.png"> <br>
<button class="button" onclick="alice()">Alice</button>
<button class="button" onclick="bob()">Bob</button>
<button class="button" onclick="eve()">Eve</button>
</center>
<script src="index.js"></script>
</body>
</div>
</html>