Skip to content

Commit

Permalink
🧪 add test index.html file
Browse files Browse the repository at this point in the history
  • Loading branch information
ZamDimon committed Jul 25, 2024
1 parent 0caff42 commit f12aab5
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions index.html
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>

0 comments on commit f12aab5

Please sign in to comment.