mirror of
https://github.com/Aviortheking/Blog_IMIE.git
synced 2025-06-23 06:49:18 +00:00
remove files from .gitignore
added .html files edited handler and tagHandler
This commit is contained in:
8
project/assets/html/includes/head.html
Normal file
8
project/assets/html/includes/head.html
Normal file
@ -0,0 +1,8 @@
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
<title>Page Title</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="main.css" />
|
||||
<script src="main.js"></script>
|
||||
</head>
|
Reference in New Issue
Block a user