nodejs-authentication/app/v1/views/partials/head.ejs
2025-03-11 10:51:27 +00:00

15 lines
711 B
Plaintext

<!-- views/partials/head.ejs -->
<meta charset="UTF-8">
<title>nodejs-simple-authentication</title>
<!-- CSS (load bootstrap from a CDN) -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="Template Mo">
<link href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="css/styles.css">
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="css/font-awesome.css">
<link rel="stylesheet" type="text/css" href="css/templatemo-art-factory.css">