-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDigital Fortress.html
More file actions
46 lines (44 loc) · 3.61 KB
/
Digital Fortress.html
File metadata and controls
46 lines (44 loc) · 3.61 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<html></html>
<head>
<title>myBook</title>
<link rel="stylesheet" href="And then there were none.css">
</head>
<body>
<div class="header">
<img src="image/myBook.png" height="70px" width="70px">
<ul class="list">
<li><a href="menu.html">Home</a></li>
<li><a href="home.html">About</a></li>
<li><a href="">Contact</a></li>
<li><button class="c"><a href="">Sign in</a></button></li>
<li><a><img src="image/cart.png" height="40px" width="40px"></a></li>
</ul>
</div>
<div class="main">
<img src="image/Digital Fortress.jpg" height="480px" width="30%" style="margin: 5px; float: left;">
<div class="main2">
<h2>Digital Fortress - Dan Brown</h2>
<p>
When the NSA's invincible code-breaking machine encounters a mysterious code it cannot break, the agency calls its head cryptographer, Susan Fletcher, a brilliant and beautiful mathematician. What she uncovers sends shock waves through the corridors of power. The NSA is being held hostage...not by guns or bombs, but by a code so ingeniously complex that if released it would cripple U.S. intelligence.
Caught in an accelerating tempest of secrecy and lies, Susan Fletcher battles to save the agency she believes in. Betrayed on all sides, she finds herself fighting not only for her country but for her life, and in the end, for the life of the man she loves.
From the underground hallways of power to the skyscrapers of Tokyo to the towering cathedrals of Spain, a desperate race unfolds. It is a battle for survival--a crucial bid to destroy a creation of inconceivable genius...an impregnable code-writing formula that threatens to obliterate the post-cold war balance of power. Forever.
</p>
<p>Rs/- 2500</p>
<p>
<a href="signin.html"><button class="b">By Now</button></a>
<a href=""><button class="b">Add to Cart</button></a>
</p>
</div>
</div>
<div class="footer">
<ul class="list2">
<li><a href="https://www.google.com/search?q=google&sca_esv=e28f2c65e15fc372&rlz=1C1RXQR_en-GBIN1074IN1074&sxsrf=ADLYWILLNTnuSAYruo563cuwH_438ZBdAQ%3A1725715977443&ei=CVbcZvLPGoeG4-EPyrS6kAQ&ved=0ahUKEwiy-MX--LCIAxUHwzgGHUqaDkIQ4dUDCBA&uact=5&oq=google&gs_lp=Egxnd3Mtd2l6LXNlcnAiBmdvb2dsZUi_ClAMWPgHcAB4AZABAZgBuQigAa8XqgEHNS0yLjEuMbgBA8gBAPgBAZgCAKACAJgDAJIHAKAH_Rw&sclient=gws-wiz-serp"><img src="image/google.jpg" height="35px" width="35px" style="border-radius: 17px;"></a></li>
<li><a href="https://web.telegram.org/k/"><img src="image/telegram.png" height="35px" width="35px" style="border-radius: 17px;"></a></li>
<li><a href="https://x.com/home?lang=en"><img src="image/twitter.png" height="35px" width="35px" style="border-radius: 17px;"></a></li>
<li><a href="https://www.instagram.com/"><img src="image/instagram.jpg" height="35px" width="35px" style="border-radius: 17px;"></a></li>
<li><a href="https://in.linkedin.com/"><img src="image/linkedin.png" height="35px" width="35px" style="border-radius: 17px;"></a></li>
<li><a href="https://www.facebook.com/"><img src="image/facebook.jpg" height="35px" width="35px" style="border-radius: 17px;"></a></li>
</ul>
</div>
</body>
</html>