Follow the steps below to get started with Denali.
Copied to clipboard!
Denali components have three easy ways to get started, each one appealing to a different skill level and use case. Read on to see what suits your particular needs:
or
or
Denali’s icon font has three easy ways to get started, each one appealing to a different skill level and use case. Read on to see what suits your particular needs:
or
or
For Denali to work correctly, the following items are required:
<!DOCTYPE html>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
If you want to get started right away, you can use this HTML starter template.
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>Hello Denali!</title>
<!-- Denali CSS & Icons -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/denali-design/denali-css/css/denali.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/denali-design/denali-icon-font/dist/denali-icon-font.css">
</head>
<body>
<div class="container">
<h1>Hello World</h1>
<p>My first website with <strong>Denali</strong>!</p>
</div>
</body>
</html>
Stay up to date with Denali’s development and join the community: