We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4e665d commit 6d5a8ddCopy full SHA for 6d5a8dd
site/index.html
@@ -0,0 +1,21 @@
1
+<!DOCTYPE html>
2
+<html>
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1">
6
+ <title>The Duct Framework</title>
7
+ <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/css/bulma.min.css">
8
+ </head>
9
+ <body>
10
+ <section class="section">
11
+ <div class="container">
12
+ <h1 class="title">
13
+ Duct
14
+ </h1>
15
+ <p class="subtitle">
16
+ A server-side framework for Clojure
17
+ </p>
18
+ </div>
19
+ </section>
20
+ </body>
21
+</html>
0 commit comments