added html
parent
e80e6f61a3
commit
580ab0da9d
@ -0,0 +1,13 @@
|
||||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
|
||||
<title>XPUB call</title>
|
||||
<link rel="stylesheet" href="call.css" />
|
||||
</head>
|
||||
<body>
|
||||
<p>Hello world!</p>
|
||||
<script src="call.js"></script>
|
||||
</body>
|
||||
</html>
|
@ -0,0 +1,3 @@
|
||||
fetch("terms.json")
|
||||
.then(response => response.json())
|
||||
.then(terms => console.log("terms", terms));
|
Loading…
Reference in New Issue