-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathblog.html
More file actions
28 lines (28 loc) · 1.07 KB
/
blog.html
File metadata and controls
28 lines (28 loc) · 1.07 KB
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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="https://dragon-drop-scratch.github.io/html-app/assets/css/main.css">
<meta content="width=device-width, initial-scale=1" name="viewport">
<title>Blog - DragonDrop</title>
</head>
<body>
<ul>
<li><strong><a href="./index.html">DragonDrop</a></strong></li>
<li><a href="./features.html">Features</a></li>
<li><a href="./explore.html">Explore</a></li>
<li><a href="./plans.html">Plans</a></li>
<li><a href="./blog.html">Blog</a></li>
<li><a href="./support.html">Support</a></li>
<li style="float: right;"><a href="./login">Log In / Sign Up</a></li>
</ul>
<div class="main-content">
<center>
<h2><b>The DragonDrop Blog</b> - The latest updates and news about DragonDrop</h2>
<A HREF="javascript:javascript:history.go(-1)"><button>Previous Page</button></A>
<br>
<br>
<iframe src ="https://dragondrop-blog.blogspot.co.uk/" width="100%" height="2500px" frameBorder="0"> </iframe>
</center>
</div>
</body>
</html>