xhtml compliance
This commit is contained in:
parent
9d2fb0ea6e
commit
2a3f55db82
1 changed files with 4 additions and 4 deletions
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
||||
<title>Album1</title>
|
||||
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
|
||||
<link rel="stylesheet" href="assets/album.css" type="text/css" media="screen">
|
||||
<meta http-equiv="imagetoolbar" content="false">
|
||||
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon"/>
|
||||
<link rel="stylesheet" href="assets/album.css" type="text/css" media="screen"/>
|
||||
<meta http-equiv="imagetoolbar" content="false"/>
|
||||
<script src="assets/prototype.js" type="text/javascript"></script>
|
||||
<script src="assets/effects.js" type="text/javascript"></script>
|
||||
<script src="assets/album-ext.js" type="text/javascript"></script>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue