projects
/
crowdnodeWebStake
/
.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
boiler plate, add folder scheme and basic files
[crowdnodeWebStake/.git]
/
src
/
public
/
index.html
1
<!DOCTYPE html>
2
<html lang="en">
3
4
<head>
5
<meta charset="UTF-8">
6
<meta http-equiv="X-UA-Compatible" content="IE=edge">
7
<meta name="viewport" content="width=device-width, initial-scale=1.0">
8
<title>CrowdNode</title>
9
</head>
10
11
<body>
12
<script type="module" src="../scripts/main.ts"></script>
13
</body>
14
15
</html>