UNPKG

build-future-simple-template

Version:

Simple Template contains a simple file hierarchy to build a front end project, which includes css, sass, js,html,imgs,font and engined by express,hope you like it! -- @BuildFuture

33 lines (30 loc) 901 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Build Future -- SimpleTemplate</title> <link href="css/animate.css" rel="stylesheet" /> <link href="css/index.css" rel="stylesheet" /> </head> <body> <div class="spin block"> <span style="vertical-align: top;line-height: 50px;">S</span> </div> <div class="spin block"> <span style="vertical-align: top;line-height: 50px;">A</span> </div> <div class="spin block"> <span style="vertical-align: top;line-height: 50px;">M</span> </div> <div class="spin block"> <span style="vertical-align: top;line-height: 50px;">U</span> </div> <div class="spin block"> <span style="vertical-align: top;line-height: 50px;">E</span> </div> <div class="spin block"> <span style="vertical-align: top;line-height: 50px;">L</span> </div> <script src="js/index.js" type="text/javascript"></script> </body> </html>