diff --git a/head.php b/head.php
new file mode 100644
index 0000000000000000000000000000000000000000..dfe87905aef409d5a3853b79ea789d37fa77f05e
--- /dev/null
+++ b/head.php
@@ -0,0 +1,19 @@
+<meta charset="utf-8">
+<meta http-equiv="X-UA-Compatible" content="IE=edge">
+<meta name="viewport" content="width=device-width, initial-scale=1">
+ <!-- Bootstrap -->
+
+ <link href="css/bootstrap.min.css" rel="stylesheet">
+ <link type="text/css" href="css/customizedcss.css" rel="stylesheet" >
+ <link href='https://fonts.googleapis.com/css?family=Ubuntu:400,400italic,700' rel='stylesheet' type='text/css'>
+ <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
+ <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
+ <!--[if lt IE 9]>
+    <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+ <![endif]-->
+
+<script type="text/javascript" src="validate.min.js"></script>
+
+
+