mirror of https://github.com/blokz/hiveblokz
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
420 B
24 lines
420 B
<!doctype html>
|
|
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
|
|
<title>hiveblokz example</title>
|
|
<link rel="stylesheet" href="https://unpkg.com/@picocss/pico@latest/css/pico.min.css">
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="hiveblokz"></div>
|
|
<script
|
|
hiveuser="blokz"
|
|
frontend="peakd.com"
|
|
apinode="api.hive.blog"
|
|
src="https://blokz.github.io/hiveblokz/hiveblokz.js"
|
|
type="text/javascript"></script>
|
|
|
|
</body>
|
|
</html>
|