nbsp 0.0.1

non-breaking space: a thoughtful community forum platform
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html lang="en">

<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>non-breaking space</title>
  {% block head %}{% endblock %}
  <link rel="shortcut icon" href="/assets/nbsp-logo.png" type="image/png">
  <link rel="stylesheet" href="/assets/vendor/modern-normalize-3.0.1.css">
  <link rel="stylesheet" href="/assets/css/nbsp.css">
</head>

<body>
  {% block body %}{% endblock %}
</body>

</html>