mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
17 lines
403 B
HTML
17 lines
403 B
HTML
---
|
|
layout: default
|
|
theme: customizer
|
|
route: customizer
|
|
---
|
|
|
|
{% include global/header.html %} {% include docs/hero.html title="The Bulma
|
|
Customizer" subtitle="Gorgeous websites built with Bulma." %}
|
|
|
|
<div id="root"></div>
|
|
|
|
<link
|
|
rel="stylesheet"
|
|
href="{{ site.url }}/assets/javascript/bulma-customizer/index.css"
|
|
/>
|
|
<script src="{{ site.url }}/assets/javascript/bulma-customizer/index.js"></script>
|