This commit is contained in:
2019-12-31 18:22:51 -05:00
parent 30c8819ce7
commit 75ba0491cb
4 changed files with 21 additions and 5 deletions
@@ -0,0 +1,9 @@
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-546834-15"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-546834-15');
</script>
@@ -3,6 +3,7 @@
<!-- BEGIN: Head-->
<head>
<? include 'google_code.php';?>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimal-ui">
@@ -3,13 +3,14 @@
<!-- BEGIN: Head-->
<head>
<? include 'google_code.php';?>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimal-ui">
<meta name="description" content="Vuexy admin is super flexible, powerful, clean &amp; modern responsive bootstrap 4 admin template with unlimited possibilities.">
<meta name="keywords" content="admin template, Vuexy admin template, dashboard template, flat admin template, responsive admin template, web app">
<meta name="author" content="PIXINVENT">
<title>Register Page - Vuexy - Bootstrap HTML admin template</title>
<title>JubaBox</title>
<link rel="apple-touch-icon" href="../../../app-assets/images/ico/apple-icon-120.png">
<link rel="shortcut icon" type="image/x-icon" href="../../../app-assets/images/ico/favicon.ico">
<link href="https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600" rel="stylesheet">
@@ -69,12 +70,16 @@
<div class="card-body pt-0">
<form action="index.html">
<div class="form-label-group">
<input type="text" id="inputName" class="form-control" placeholder="Name" required>
<label for="inputName">Name</label>
<input type="text" id="firstname" class="form-control" placeholder="Firstname" required>
<label for="inputName">Firstname</label>
</div>
<div class="form-label-group">
<input type="text" id="lastname" class="form-control" placeholder="lastname" required>
<label for="inputName">Lastname</label>
</div>
<div class="form-label-group">
<input type="email" id="inputEmail" class="form-control" placeholder="Email" required>
<label for="inputEmail">Email</label>
<label for="inputEmail">Email-Username</label>
</div>
<div class="form-label-group">
<input type="password" id="inputPassword" class="form-control" placeholder="Password" required>
@@ -3,13 +3,14 @@
<!-- BEGIN: Head-->
<head>
<? include 'google_code.php';?>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimal-ui">
<meta name="description" content="Vuexy admin is super flexible, powerful, clean &amp; modern responsive bootstrap 4 admin template with unlimited possibilities.">
<meta name="keywords" content="admin template, Vuexy admin template, dashboard template, flat admin template, responsive admin template, web app">
<meta name="author" content="PIXINVENT">
<title>Forgot Password - Vuexy - Bootstrap HTML admin template</title>
<title>JubaBox</title>
<link rel="apple-touch-icon" href="../../../app-assets/images/ico/apple-icon-120.png">
<link rel="shortcut icon" type="image/x-icon" href="../../../app-assets/images/ico/favicon.ico">
<link href="https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600" rel="stylesheet">