appblocks
Version:
A lightweight javascript library for building micro apps for the front-end.
38 lines (32 loc) • 1.36 kB
HTML
<html lang="en">
<head>
<meta charset="UTF-8">
<title>AppBlocks</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="description" content="A lightweight javascript library for building front-end micro apps.">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta property="og:type" content="website" />
<meta property="og:url" content="https://agtgreg.github.io/AppBlocks/#/" />
<meta property="og:locale" content="en_US" />
<meta property="og:title" content="AppBlocks" />
<meta property="og:description" content="A lightweight javascript library for building front-end micro apps." />
<meta property="og:image" content="https://agtgreg.github.io/AppBlocks/media/appblocks_image.jpg" />
<link rel="icon" type="image/ico" href="https://agtgreg.github.io/AppBlocks/favicon.ico">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div id="app"></div>
<script>
window.$docsify = {
name: 'AppBlocks',
repo: 'https://github.com/AGTGreg/AppBlocks.git',
coverpage: true,
relativePath: true,
loadSidebar: true,
subMaxLevel: 3
}
</script>
<script src="//unpkg.com/docsify/lib/docsify.min.js"></script>
</body>
</html>