-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnews.html
61 lines (53 loc) · 1.6 KB
/
news.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>OReiki <small><i>Sessions</small></i></title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="oreikistylesheet.css" rel="stylesheet">
<link rel="icon" href="spiralhands.png" type="image/icon">
</head>
<body>
<div id="wrapper">
<header>
<h1 id="content">O Reiki <small><i>News</i></small></h1>
</header>
<div>
<nav role="navigation">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="usui.html">Usui Reiki</a></li>
<li><a href="oden.html">Oden Reiki</a></li>
<li><a href="expectations.html">Expectations</a></li>
<li><a href="news.html">Reiki News</a></li>
<li><a href="contact.html">Contacts</a></li>
</ul>
</nav>
</div>
<div>
<main>
<h2>News and Notes</h2>
<br>
<p><b>This page is for sharing all things reiki. Updated periodically with new information.</b></p>
<br>
<h3>Reiki on Dr. Oz Show</h3>
<p>Dr. Oz hosted a reiki practitioner on his show and had a short demonstration. Watch the clip from the show posted on Youtube in July of 2013.</p>
<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/6kZsJSW8pR0?rel=0"
frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
<br>
<br>
<br>
<br>
<h2>Visit soon for more articles or things of inerest!</h2>
</main>
</div>
<div>
<footer>
O Reiki Copyright © 2018<br>
Kirstie O'Connell E-mail: <a href="[email protected]">[email protected]</a>
</footer>
</div>
</div>
</body>
</html>