mirror of
https://github.com/lockfale/OSINT-Framework.git
synced 2026-08-30 19:49:37 +02:00
Resolve merge conflicts: take origin/master arf.json (Phase 1 dead-link cleanup)
All 9 entries cherry-picked in 059a8b4 are already present in the remote
version (they were independently merged via PR #546). Resolving by accepting
theirs for arf.json, keeping staged CSS/HTML changes from local branch.
Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
+767
-966
File diff suppressed because it is too large
Load Diff
@@ -4,6 +4,19 @@ body {
|
||||
font-family: "Helvetica Neue", Helvetica;
|
||||
}
|
||||
|
||||
noscript p{
|
||||
text-align: center;
|
||||
background-color: rgb(255, 228, 196);
|
||||
margin: 0 auto;
|
||||
width: 80vw;
|
||||
padding: 25px 0;
|
||||
margin-top: 80px;
|
||||
border-radius: 10px;
|
||||
border: 1px solid rgb(255, 204, 153);
|
||||
margin-bottom: 20px;
|
||||
display: flex-wrap;
|
||||
}
|
||||
|
||||
#body {
|
||||
margin: 0 auto;
|
||||
position: relative;
|
||||
|
||||
+9
-2
@@ -1,12 +1,19 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
|
||||
<!-- Viewport Settings -->
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
|
||||
<link type="text/css" rel="stylesheet" href="css/arf.css"/>
|
||||
<script type="text/javascript" src="js/d3.v3.min.js"></script>
|
||||
<title>OSINT Framework</title>
|
||||
</head>
|
||||
|
||||
<noscript>
|
||||
<p>Sorry, Your browser does not support JavaScript! Activate JavaScript on your browser or look for a compatible
|
||||
browser to use the site.</p>
|
||||
</noscript>
|
||||
<body>
|
||||
<div id="body">
|
||||
<div id="header">
|
||||
@@ -37,4 +44,4 @@
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user