Last active
December 20, 2023 09:43
-
-
Save marcop135/63468d1010d21e76903c90e16552f16b to your computer and use it in GitHub Desktop.
bullframe.css v4+ system-default starter
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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"> | |
<!-- bullframe.css framework https://github.com/marcop135/bullframe.css --> | |
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bullframe.css@4/dist/css/bullframe-system-default.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> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment