Skip to content

Instantly share code, notes, and snippets.

@marcop135
Last active September 6, 2022 21:42
Embed
What would you like to do?
bullframe.css classless system default theme HTML template
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>HMTL template</title>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bullframe.css/dist/css/bullframe-classless-dark-prefers.min.css">
</head>
<body>
<div class="bf-container">
<!-- Add your site or application content here -->
<p>Hello world! This is a bullframe.css starter template</p>
</div>
</body>
</html>
@marcop135
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment