FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
RustedLessPass/index.html at main · RustedLessPass/RustedLessPass · GitHub
RustedLessPass
/
RustedLessPass
Public
Notifications
You must be signed in to change notification settings
Fork
4
Star
79
Code
Issues
0
Pull requests
2
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
RustedLessPass
/
index.html
Copy path
More file actions
More file actions
Latest commit
History
History
History
38 lines (36 loc) · 1.35 KB
Breadcrumbs
RustedLessPass
/
index.html
Copy path
File metadata and controls
38 lines (36 loc) · 1.35 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
"
data-theme
="
dark
"
>
<
head
>
<
meta
charset
="
utf-8
"
/>
<
meta
name
="
viewport
"
content
="
width=device-width, initial-scale=1
"
/>
<
meta
name
="
color-scheme
"
content
="
light dark
"
/>
<
meta
name
="
description
"
content
="
A stateless Password Manager.
"
/>
<
meta
name
="
theme-color
"
content
="
#D24317
"
/>
<
base
data-trunk-public-url
/>
<
link
data-trunk
rel
="
rust
"
/>
<
link
data-trunk
rel
="
copy-dir
"
href
="
assets
"
/>
<
link
data-trunk
rel
="
copy-file
"
href
="
manifest.json
"
/>
<
link
data-trunk
rel
="
copy-file
"
href
="
service_worker.js
"
/>
<
link
rel
="
manifest
"
href
="
./manifest.json
"
/>
<
script
>
// register ServiceWorker
window
.
onload
=
(
)
=>
{
"use strict"
;
if
(
"serviceWorker"
in
navigator
)
{
navigator
.
serviceWorker
.
register
(
"./service_worker.js"
)
;
}
}
;
</
script
>
<
link
href
="
assets/fontawesome/css/fontawesome.css
"
rel
="
stylesheet
"
/>
<
link
href
="
assets/fontawesome/css/brands.css
"
rel
="
stylesheet
"
/>
<
link
href
="
assets/fontawesome/css/solid.css
"
rel
="
stylesheet
"
/>
<
link
data-trunk
rel
="
sass
"
href
="
assets/pico.orange.min.css
"
/>
<
link
data-trunk
rel
="
sass
"
href
="
index.scss
"
/>
<
link
rel
="
icon
"
href
="
assets/icons/maskable_icon_x512.ico
"
type
="
image/x-icon
"
/>
<
title
>
RustedLessPass
</
title
>
</
head
>
</
html
>
Back
|
FazBrowse Home
|
New Git URL