venmjs
Version:
This is a tool 🔧 that can be installed in your terminal at any time ⛏️ it was made for beginners and even for experts, for his utilities, and for a simple creation process 🧨. Every web developer knows how frustrating is to deal with the creation of a ne
24 lines (23 loc) • 396 B
HTML
<html>
<head>
<title> MEVN-Boilerplate </title>
<style type="text/css">
.lead {
padding: 6px;
width: 40%;
margin: 0 auto;
background-color: floralwhite;
font-weight: 500;
font-size: 20px;
}
</style>
</head>
<body">
<center>
<img src="./assets/mevn.jpg" width="500">
<br />
<p class="lead">This is the Root Handler!!-</p>
</center>
</body>
</html>