quikie
v1.1.0
Published
A library to create landing pages easily using native HTML and CSS
Maintainers
Readme
Quikie 🚀
The library to create landing pages easily using native HTML and CSS.
What's Quikie?
An organized and lightweight CSS and JS library to speed up your landing pages development. Just copy the HTML templates, customize the content and add classes to stylish in seconds.
Usage 👀
Get started adding the CDN into the <head> of your HTML:
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- COPY THIS SCRIPT TAGS -->
<script src="https://cdn.jsdelivr.net/npm/quikie@latest"></script>
</head>
<body id="quikie">
<div class="container spaced center">
<h1 class="title pretty">
Hello Quikie!
</h1>
</div>
</body>
</html>Docs 🎓
Master your knowledge about Quikie and start making landing pages in seconds by reading the documentation here!
Made with ❤️ by Rdap © 2025 Quikie
