mirror of
https://github.com/fmhy/FMHY-SafeGuard.git
synced 2026-03-11 08:55:40 +00:00
Update image links to use raw GitHub URLs
This commit is contained in:
parent
528872859e
commit
d45dae4388
1 changed files with 9 additions and 9 deletions
|
|
@ -4,7 +4,7 @@
|
|||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>FMHY SafeGuard</title>
|
||||
<link rel="icon" type="image/x-icon" href="https://github.com/fmhy/FMHY-SafeGuard/blob/main/src/res/ext_icon_144.png" />
|
||||
<link rel="icon" type="image/x-icon" href="https://raw.githubusercontent.com/fmhy/FMHY-SafeGuard/refs/heads/main/assets/logo.png" />
|
||||
<link rel="stylesheet" href="styles.css" />
|
||||
</head>
|
||||
<body>
|
||||
|
|
@ -12,7 +12,7 @@
|
|||
<nav class="navbar">
|
||||
<div class="nav-content">
|
||||
<a href="#" class="nav-logo">
|
||||
<img src="https://github.com/fmhy/FMHY-SafeGuard/blob/main/src/res/ext_icon_144.png" alt="FMHY SafeGuard" />
|
||||
<img src="https://raw.githubusercontent.com/fmhy/FMHY-SafeGuard/refs/heads/main/assets/logo.png" alt="FMHY SafeGuard" />
|
||||
<span>FMHY SafeGuard</span>
|
||||
</a>
|
||||
<div class="nav-center">
|
||||
|
|
@ -49,23 +49,23 @@
|
|||
<p>FMHY SafeGuard categorizes websites into different safety levels with clear visual indicators:</p>
|
||||
<div class="status-icons">
|
||||
<div class="status-icon">
|
||||
<img src="https://github.com/fmhy/FMHY-SafeGuard/blob/main/assets/icons/starred.png" alt="Starred" />
|
||||
<img src="https://raw.githubusercontent.com/fmhy/FMHY-SafeGuard/refs/heads/main/assets/icons/starred.png" alt="Starred" />
|
||||
<span>Starred</span>
|
||||
</div>
|
||||
<div class="status-icon">
|
||||
<img src="https://github.com/fmhy/FMHY-SafeGuard/blob/main/assets/icons/safe.png" alt="Safe" />
|
||||
<img src="https://raw.githubusercontent.com/fmhy/FMHY-SafeGuard/refs/heads/main/assets/icons/safe.png" alt="Safe" />
|
||||
<span>Safe</span>
|
||||
</div>
|
||||
<div class="status-icon">
|
||||
<img src="https://github.com/fmhy/FMHY-SafeGuard/blob/main/assets/icons/default.png" alt="Unknown" />
|
||||
<img src="https://raw.githubusercontent.com/fmhy/FMHY-SafeGuard/refs/heads/main/assets/icons/default.png" alt="Unknown" />
|
||||
<span>Unknown</span>
|
||||
</div>
|
||||
<div class="status-icon">
|
||||
<img src="https://github.com/fmhy/FMHY-SafeGuard/blob/main/assets/icons/potentially_unsafe.png" alt="Potentially Unsafe" />
|
||||
<img src="https://raw.githubusercontent.com/fmhy/FMHY-SafeGuard/refs/heads/main/assets/icons/potentially_unsafe.png" alt="Potentially Unsafe" />
|
||||
<span>Potentially Unsafe</span>
|
||||
</div>
|
||||
<div class="status-icon">
|
||||
<img src="https://github.com/fmhy/FMHY-SafeGuard/blob/main/assets/icons/unsafe.png" alt="Unsafe" />
|
||||
<img src="https://raw.githubusercontent.com/fmhy/FMHY-SafeGuard/refs/heads/main/assets/icons/unsafe.png" alt="Unsafe" />
|
||||
<span>Unsafe</span>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -118,10 +118,10 @@
|
|||
<p>Get FMHY SafeGuard for your browser in just a few clicks:</p>
|
||||
<div class="download-buttons">
|
||||
<a href="https://addons.mozilla.org/en-US/firefox/addon/fmhy-safeguard/" class="download-btn" target="_blank">
|
||||
<img src="https://github.com/fmhy/FMHY-SafeGuard/blob/main/assets/firefox_addon_image.png" alt="Get FMHY SafeGuard for Firefox" />
|
||||
<img src="https://raw.githubusercontent.com/fmhy/FMHY-SafeGuard/refs/heads/main/assets/firefox_addon_image.png" alt="Get FMHY SafeGuard for Firefox" />
|
||||
</a>
|
||||
<a href="https://chromewebstore.google.com/detail/fmhy-safeguard/ihcppnlmkfeclmehgdhjkglkbmiemnmp" class="download-btn" target="_blank">
|
||||
<img src="https://github.com/fmhy/FMHY-SafeGuard/blob/main/assets/chrome_addon_image.png" alt="Get FMHY SafeGuard for Chrome" />
|
||||
<img src="https://raw.githubusercontent.com/fmhy/FMHY-SafeGuard/refs/heads/main/assets/chrome_addon_image.png" alt="Get FMHY SafeGuard for Chrome" />
|
||||
</a>
|
||||
</div>
|
||||
<p>Or download the latest release from our <a href="https://github.com/fmhy/FMHY-SafeGuard/releases" target="_blank">GitHub Releases page</a>.</p>
|
||||
|
|
|
|||
Loading…
Reference in a new issue