mirror of
https://github.com/standardebooks/web.git
synced 2025-07-13 10:02:02 -04:00
Update some copy-and-paste examples to new standards
This commit is contained in:
parent
1715b8b9f8
commit
b31a0e88c3
3 changed files with 14 additions and 14 deletions
|
@ -573,8 +573,8 @@ white-space: nowrap;
|
|||
<li>
|
||||
<p>Half title pages without subtitles:</p>
|
||||
<figure>
|
||||
<code class="html full"><?xml version="1.0" encoding="UTF-8"?>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:epub="http://www.idpf.org/2007/ops" epub:prefix="z3998: http://www.daisy.org/z3998/2012/vocab/structure/, se: http://standardebooks.org/vocab/1.0" xml:lang="en-GB">
|
||||
<code class="html full"><?xml version="1.0" encoding="utf-8"?>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:epub="http://www.idpf.org/2007/ops" epub:prefix="z3998: http://www.daisy.org/z3998/2012/vocab/structure/, se: https://standardebooks.org/vocab/1.0" xml:lang="en-GB">
|
||||
<head>
|
||||
<title>Half Title</title>
|
||||
<link href="../css/core.css" rel="stylesheet" type="text/css"/>
|
||||
|
@ -596,8 +596,8 @@ display: block;
|
|||
font-size: .75em;
|
||||
font-weight: normal;
|
||||
}</code>
|
||||
<code class="html full"><?xml version="1.0" encoding="UTF-8"?>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:epub="http://www.idpf.org/2007/ops" epub:prefix="z3998: http://www.daisy.org/z3998/2012/vocab/structure/, se: http://standardebooks.org/vocab/1.0" xml:lang="en-GB">
|
||||
<code class="html full"><?xml version="1.0" encoding="utf-8"?>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:epub="http://www.idpf.org/2007/ops" epub:prefix="z3998: http://www.daisy.org/z3998/2012/vocab/structure/, se: https://standardebooks.org/vocab/1.0" xml:lang="en-GB">
|
||||
<head>
|
||||
<title>Half Title</title>
|
||||
<link href="../css/core.css" rel="stylesheet" type="text/css"/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue