Update index.html
This commit is contained in:
parent
ab06d8465a
commit
e88eb5b11c
14
index.html
14
index.html
@ -8,6 +8,17 @@
|
||||
<title>Your page title here :)</title>
|
||||
<meta name="description" content="">
|
||||
<meta name="author" content="">
|
||||
<style>
|
||||
<!--providing color to background-------->
|
||||
body{
|
||||
background-color:grey;
|
||||
}
|
||||
<!-- making font stylish-------->
|
||||
p{
|
||||
font-family:Monotype Corsiva;
|
||||
font-size:30px;
|
||||
}
|
||||
</style>
|
||||
|
||||
<!-- Mobile Specific Metas
|
||||
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
|
||||
@ -27,7 +38,8 @@
|
||||
<link rel="icon" type="image/png" href="images/favicon.png">
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<body >
|
||||
<h2 style="text-align:center" >INDEX</h2><!providing heading -->
|
||||
|
||||
<!-- Primary Page Layout
|
||||
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
|
||||
|
Loading…
Reference in New Issue
Block a user