mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-16 22:10:25 +00:00
Closed missing </head> tag. Must have been a greedy find and replace that deleted this.
This commit is contained in:
parent
f176f4a884
commit
a5960dea26
1 changed files with 4 additions and 1 deletions
|
|
@ -1,6 +1,7 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, minimum-scale=1, maximum-scale=1">
|
||||
<title>Page Title</title>
|
||||
|
|
@ -9,6 +10,8 @@
|
|||
<script src="../../js/jquery.js"></script>
|
||||
<script src="../../js/"></script>
|
||||
<script src="docs/docs.js"></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<!-- Start of first page -->
|
||||
|
|
|
|||
Loading…
Reference in a new issue