Get Started With Reko Library

Reko Library Is a Library for Ready Codes Without Using a Lot Of Space Just Copy And Paste !

What Languages We Use ?

We Use HTML, Pug, Pure JavaScript, CSS !

Start

Get Started By Making A Folder Includes index.html , script.js , style.css

HTML
<!DOCTYPE html>
<html lang="en">
<head>
 <meta charset="UTF-8">
 <meta name="viewport" content="width=device-width, initial-scale=1.0">
 <title>NEW PROJECT</title>
 <link rel="stylesheet" href="style.css">
 <script defer src="script.js"></script>                
</head>
<body>
 
</body>
</html>