-
Notifications
You must be signed in to change notification settings - Fork 0
/
weathering.html
73 lines (70 loc) · 3.69 KB
/
weathering.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
62
63
64
65
66
67
68
69
70
71
72
73
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>
Nest Anime
</title>
<!-- GOOGLE FONTS -->
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Cairo:wght@200;300;400;600;700;900&display=swap" rel="stylesheet">
<!-- OWL CAROUSEL -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css" integrity="sha512-tS3S5qG0BlhnQROyJXvNjeEM4UpMXHrQfTGmbQ1gKmelCxlSEBUaxhRBj/EFTzpbP4RVSrpEikbmdJobCvhE3g==" crossorigin="anonymous" />
<!-- BOX ICONS -->
<link href='https://unpkg.com/[email protected]/css/boxicons.min.css' rel='stylesheet'>
<!-- APP CSS -->
<link rel="stylesheet" href="grid.css">
<link rel="stylesheet" href="app.css">
</head>
<body>
<!-- NAV -->
<div class="nav-wrapper">
<div class="container">
<div class="nav">
<a href="index.html" class="logo">
<i class='bx bx-camera-movie bx-tada'></i><span class="main-color">Nest Anime</span>
</a>
<ul class="nav-menu" id="nav-menu">
<li><a href="index.html">Home</a></li>
<li><a href="plans.html">Plans</a></li>
<li><a href="#latest">Movies</a></li>
<li><a href="#series">Series</a></li>
<li><a href="about.html">About</a></li>
<li>
<a href="sign.html" class="btn btn-hover">
<span>Sign in</span>
</a>
</li>
</ul>
<!-- MOBILE MENU TOGGLE -->
<div class="hamburger-menu" id="hamburger-menu">
<div class="hamburger"></div>
</div>
</div>
</div>
</div>
<!-- END NAV -->
<!-- PRICING SECTION -->
<div class="section">
<div class="container">
<div class="pricing">
<div class="pricing-header">
<span>Weathering With You DOWNLOAD</span>
</div>
<div class="pricing-list">
<div class="row">
<div class="col-12 col-lg-12 col-lg-12">
<div class="pricing-box">
<div class="pricing-box-header">
<div class="pricing-name">
<p> G Drive</p>
</div>
</div>
<div class="pricing-box-content">
<div class="pricing-box-action">
<a href="https://royal-fire-d1dd.vadijo3224320.workers.dev/1b27f55012798b401912ff6e706ccbc4d9e0e04aaa8e381696eeaa64e9eb45f8e22eed900cb676862e19cd8fc1360320::e5de624e6a11bed0a2321ead8838e19c/1395208428/Weathering.with.You.2019.480p.BluRay.x264.ESub-KatmovieHD.nu.mkv" class="btn btn-hover">
<span>Download Now</span>
</a>
</div>
</div>
</div>