some kind of blockchain is been created
This commit is contained in:
17
examples/first/index.html
Normal file
17
examples/first/index.html
Normal file
@@ -0,0 +1,17 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>Example</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<p>see "example.js"</p>
|
||||
<script src="noble-hashes.js" defer></script>
|
||||
<script src="asdasd.js" defer></script>
|
||||
<script src="example.js" defer></script>
|
||||
</body>
|
||||
|
||||
</html>
|
Reference in New Issue
Block a user