FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
Build-Ecommerce-Website-With-HTML-CSS-JavaScript/sproduct.html at main · Dedeb0/Build-Ecommerce-Website-With-HTML-CSS-JavaScript · GitHub
Dedeb0
/
Build-Ecommerce-Website-With-HTML-CSS-JavaScript
Public
forked from
tech2etc/Build-Ecommerce-Website-With-HTML-CSS-JavaScript
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
Build-Ecommerce-Website-With-HTML-CSS-JavaScript
/
sproduct.html
Copy path
More file actions
More file actions
Latest commit
History
History
History
38 lines (27 loc) · 1.32 KB
Breadcrumbs
Build-Ecommerce-Website-With-HTML-CSS-JavaScript
/
sproduct.html
Copy path
File metadata and controls
38 lines (27 loc) · 1.32 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
<!DOCTYPE html
>
<
html
lang
="
en
"
>
<
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
>
Product Details
</
title
>
<
link
rel
="
stylesheet
"
href
="
https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css
"
integrity
="
sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO
"
crossorigin
="
anonymous
"
>
<
link
rel
="
stylesheet
"
href
="
https://pro.fontawesome.com/releases/v5.10.0/css/all.css
"
/>
<
link
rel
="
stylesheet
"
href
="
style.css
"
>
<
style
>
/* internal styles */
</
style
>
</
head
>
<
body
>
<
script
src
="
https://cdn.jsdelivr.net/npm/@popperjs/core@2.9.1/dist/umd/popper.min.js
"
integrity
="
sha384-SR1sx49pcuLnqZUnnPwx6FCym0wLsk5JZuNx2bPPENzswTNFaQU1RDvt3wT4gWFG
"
crossorigin
="
anonymous
"
>
</
script
>
<
script
src
="
https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta3/dist/js/bootstrap.min.js
"
integrity
="
sha384-j0CNLUeiqtyaRmlzUHCPZ+Gy5fQu0dQ6eZ/xAww941Ai1SxSY+0EQqNXNE6DZiVc
"
crossorigin
="
anonymous
"
>
</
script
>
<
script
>
// script for image change on click
</
script
>
</
body
>
</
html
>
Back
|
FazBrowse Home
|
New Git URL