-
Notifications
You must be signed in to change notification settings - Fork 0
/
index_template.html
35 lines (32 loc) · 1.38 KB
/
index_template.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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<title>Engineering Computation with Matlab</title>
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
<meta http-equiv="Pragma" content="no-cache" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"></script>
<meta http-equiv="Expires" content="0" /> <link rel="stylesheet" href="build/html/styles/styles.css" />
<script async src="build/html/javascript/index.js"></script>
</head>
<body>
<div>#top_nav#</div>
<div class="nav-obj">#nav_obj#</div>
<div class="home">
<img src="build\Images\Smith_Cover.jpg" alt="cloud picture">
<br><br>
<h1>Engineering Computation with Matlab</h1>
<h2>Fourth Edition</h2>
<h3>by David M. Smith</h3>
<p>(c) Copyright 2019 David M. Smith</p>
<p>Previously published by Pearson Addison Wesley</p>
<br><br>
<p><i>This book is dedicated to the<br>
glory of Almighty God</i></p>
<meta http-equiv="Cache-Control" content="no-store" />
</div>
</body>
</html>