-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Restructured metadata in index.html, added images
- Loading branch information
1 parent
773c5d7
commit 7c12c33
Showing
4 changed files
with
41 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
index2.html | ||
img/logo_alt.png | ||
index.bak |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,39 @@ | ||
<!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]--> | ||
<!-- og meta --> | ||
<meta property="og:type" value="website" /> | ||
<meta property="og:title" value="Network Engineering Pro" /> | ||
<meta property="og:description" value="NetEng.pro - FOSS | Android | Privacy and Security Hardening" /> | ||
<meta property="og:url" value="https://www.neteng.pro/" /> | ||
<meta property="og:locale" value="en_US" /> | ||
<html> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<title>Network Engineering Pro</title> | ||
<meta name="description" content="NetEng.pro - FOSS | Android | Privacy and Security Hardening"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<!--link rel="stylesheet" href=""><!--> | ||
</head> | ||
<body> | ||
<h1><i>Coming Soon...</i></h1> | ||
|
||
  <!-- space for clarity --> | ||
|
||
<ul> | ||
<li><p style="font-size:16px; "><a href="https://github.com/NetEng-Pro/neteng-pro.github.io/">GitHub</a></p></li> | ||
</ul> | ||
|
||
  <!-- space for clarity --> | ||
|
||
<hr> | ||
|
||
© 2024 <a href="https://scottlopez.bio.link">Scott Lopez</a> | <a rel="me" href="https://noc.social/@sundevil311">Mastodon</a> | ||
</body> | ||
</html> | ||
<!DOCTYPE html> | ||
<html> | ||
<head prefix="og: https://ogp.me/ns/website#"> | ||
|
||
<!-- og meta --> | ||
<meta property="og:title" value="Network Engineering Pro" /> | ||
<meta property="og:type" value="website" /> | ||
<meta property="og:image" content="img/facebook_img.png" /> | ||
<meta property="og:url" value="https://www.neteng.pro/" /> | ||
<meta property="og:description" value="NetEng.pro - FOSS | Android | Privacy & Security Hardening" /> | ||
<meta property="og:locale" value="en_US" /> | ||
<!-- end og meta --> | ||
|
||
<meta charset="utf-8" /> | ||
<meta name="description" content="NetEng.pro - FOSS | Android | Privacy & Security Hardening" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
<title>Network Engineering Pro</title> | ||
<!--link rel="stylesheet" href=""><!--> | ||
</head> | ||
<body> | ||
<h1><i>Coming Soon...</i></h1> | ||
|
||
  | ||
<!-- space for clarity --> | ||
|
||
<ul> | ||
<li> | ||
<p style="font-size:16px; "><a href="https://github.com/NetEng-Pro/neteng-pro.github.io/">GitHub</a></p> | ||
</li> | ||
</ul> | ||
|
||
  | ||
<!-- space for clarity --> | ||
|
||
<hr /> | ||
|
||
© 2024 <a href="https://scottlopez.bio.link">Scott Lopez</a> | <a rel="me" href="https://noc.social/@sundevil311">Mastodon</a> | ||
</body> | ||
</html> |