-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy patharticle.html
More file actions
111 lines (100 loc) · 3.9 KB
/
article.html
File metadata and controls
111 lines (100 loc) · 3.9 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
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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]> <html class="no-js"> <!--<![endif]-->
<html>
<head>
<script src="./working_models/index.js" type="module" ></script>
<script src="./installsw.js"></script>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="theme-color" content="#ffc23c">
<link rel="icon" type="image/x-icon" href="Assests/Images/favicon.ico">
<link rel="apple-touch-icon" sizes="180x180" href="Assests/Images/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="Assests/Images/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="Assests/Images/favicon-16x16.png" />
<link rel="mask-icon" href="Assests/Images/safari-pinned-tab.svg" color="#ffc23c" />
<link rel="manifest" href="/Snips_contribution/manifest.json" />
<!-- <link rel="manifest" href="/site.webmanifest"> -->
<meta name="apple-mobile-web-app-title" content="Snips - Code snippets" />
<meta name="application-name" content="Snips - Code snippets" />
<meta name="msapplication-TileColor" content="#2d89ef" />
<meta name="description" content="" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=0" />
<link rel="stylesheet" href="Styles/article.css" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<script src="https://pagecdn.io/lib/ace/1.4.5/ace.js" integrity="sha256-5Xkhn3k/1rbXB+Q/DX/2RuAtaB4dRRyQvMs83prFjpM=" crossorigin="anonymous"></script>
<link
href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600&family=Raleway:wght@400;500;600&display=swap"
rel="stylesheet"
/>
</head>
<body>
<header>
<a href="index.html"><img src="Assests/Images/Logo.svg" alt="Logo" /></a>
<div class="search-box-container">
<input
type="text"
name=""
id=""
placeholder="Search Snippets..."
class="search-bar"
/>
<img
src="Assests/Images/search-icon.svg"
class="search-icon"
alt="Search Icon"
/>
</div>
</header>
<nav class="breadcrumb-container">
<ul id="breadcrumbs" class="breadcrumbs">
<li><a href="/Snips_contribution/">Home</a></li>
<li>
<a href="#" class="active">-----------</a>
</li>
</ul>
</nav>
<article>
</article>
<div class="recommendations">
<h2>Recommended snippets</h2>
</div>
<ul class="article-snippets-container">
</ul>
<footer>
<p class="contribution">
Wanna contribute? Check out our <a href="https://github.com/Short-Snips/Snips_contribution">Github Repository</a>
</p>
<p class="powered">
Powered by <a href="https://github.com/">Github</a> & <a href="https://pages.github.com/">Github Pages</a>
</p>
</footer>
<button onclick="topFunction()" id="myBtn">
<svg
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z"
stroke="#FCFCFC"
stroke-width="2"
/>
<path
d="M8 13.5L12 9.5L16 13.5"
stroke="#FCFCFC"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
/>
</svg>
</button>
<script src="./js/article.js" async defer></script>
<script src="./js/saas_article.js" ></script>
</body>
</html>