-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcover.xhtml
executable file
·65 lines (63 loc) · 2.68 KB
/
cover.xhtml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<?xml version="1.0" encoding="UTF-8"?>
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<!-- <!DOCTYPE html> -->
<!-- <html lang="en"> -->
<head>
<title>The Principles of the Trinary Universe: Book Cover</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="author" content="Jeffrey Scott Flesher" />
<meta name="created" content="1961-01-14T18:32:33.366699936" />
<meta name="changedby" content="Jeffrey Scott Flesher" />
<meta name="changed" content="2020-01-14T18:32:57.366666666" />
<meta name="description" content="Author: Jeffrey Scott Flesher, Principles of Light Wizzard or Wizards like Sir Isaac Newton and Nikola Tesla" />
<meta name="keywords" content="Light,Wizzard,Wizard,Newton,Tesla,Franklin,God,Jesus,Bar/Abbas,Darkness,Trinary,Universe,Sanctuary,Physics,Sun,Step,Jeffrey Scott Flesher" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@TheLightWizzard" />
<meta name="twitter:creator" content="@TheLightWizzard" />
<meta name="twitter:title" content="The Principles of the Trinary Universe: Book Cover" />
<meta name="twitter:description" content="Author: Jeffrey Scott Flesher, Principles of Light Wizzard or Wizards like Sir Isaac Newton and Nikola Tesla" />
<meta name="twitter:image" content="images/cover.jpg" />
<link rel="shortcut icon" type="image/ico" href="favicon.ico" />
<!-- *** Put all js files inside comment tag when running kindlegen to get rid of warnings
*** -->
<link rel="stylesheet" href="1doc2rule.min.css" />
<!-- <script async="async" src="1doc2rule.min.js"></script> -->
<style type="text/css">
body, html
{
height: 100%;
margin: 0;
}
.bg
{
background-image: url("images/cover.jpg");
height: 100%;
background-position: center;
background-repeat: no-repeat;
background-size: contain;
display: block;
}
.a_link
{
height: 100%;
with: 100%;
}
</style>
</head>
<body>
<!-- ************* CONTAINER ********************************************** -->
<div class="container">
<div class="page_content">
<div class="a_link">
<a class="a_link" href="the.principles.of.the.trinary.universe.xhtml#title_page">
<span class="bg"></span>
</a>
</div>
<div class="page_counter">
Page <span class="page"></span> of <span class="topage"></span>
</div>
</div> <!-- end <div class="page_content"> -->
</div> <!-- ############# END_CONTAINER ########################################## -->
</body>
</html>