mirror of
https://github.com/ripienaar/free-for-dev.git
synced 2025-04-28 01:08:51 +01:00
24 lines
802 B
HTML
24 lines
802 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
|
<meta charset="UTF-8">
|
|
<title>Free for developers</title>
|
|
<link rel="stylesheet" href="//unpkg.com/docsify/themes/vue.css">
|
|
</head>
|
|
<body>
|
|
<noscript>This page requires JavaScript to work, please enable it or just read it on <a href="https://github.com/ripienaar/free-for-dev">Here</a>.</noscript>
|
|
<div id="app">Loading...</div>
|
|
<script>
|
|
window.$docsify = {
|
|
name: 'Free for developers',
|
|
repo: 'ripienaar/free-for-dev',
|
|
search: ['/']
|
|
}
|
|
</script>
|
|
<script src="//unpkg.com/docsify/lib/docsify.min.js"></script>
|
|
<script src="//unpkg.com/docsify/lib/plugins/search.min.js"></script>
|
|
</body>
|
|
</html>
|