-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
<!DOCTYPE html> | ||
|
||
<!-- Including emoji support --> | ||
<link href="https://emoji-css.afeld.me/emoji.css" rel="stylesheet"> | ||
|
||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>ZKDL Camp</title> | ||
<meta name="description" content="Internal Lectures on Zero-Knowledge Proving Systems conducted internally at Distributed Lab"> | ||
<meta name=”robots” content="index, follow"> | ||
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%2210 0 100 100%22><text y=%22.90em%22 font-size=%2290%22>🧑💻</text></svg>"> | ||
<!-- <link rel="stylesheet" href="styles/main/main.css"> --> | ||
</head> | ||
<body> | ||
<h1> ZKDL Camp </h1> | ||
</body> | ||
</html> | ||
|