diji/docs/index.html

32 lines
904 B
HTML

<!DOCTYPE html>
<html lang="en">
<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>diji</title>
<link rel="icon" type="image" href="./assets/favicon.png">
<link rel="stylesheet" type="text/css" href="style.css">
<script src="script.js"></script>
</head>
<body>
<div class="wrapper">
<div class="header">
<div class="headercontent">
<img src="./assets/logo.png" height="200px">
<h1 class="headername">diji</h1>
<h2 class="headersubtitle">Create a vanilla JS project in seconds</h2>
<br>
<br>
<a href="" class="getstarted button">Get started</a>
<a href="" class="download button">Download</a>
</div>
</div>
<div>
<h1>diji</h1>
<h3>Generated with diji 1.0</h3>
<p>Website content</p>
</div>
</div>
</body>