Skip to content

Commit

Permalink
馃毀 started work on what will be the web interface
Browse files Browse the repository at this point in the history
  • Loading branch information
MattMoony committed Aug 13, 2023
1 parent 3eddef8 commit 5ff4787
Show file tree
Hide file tree
Showing 13 changed files with 992 additions and 0 deletions.
28 changes: 28 additions & 0 deletions d4v1d/web/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*

node_modules
.DS_Store
dist
dist-ssr
coverage
*.local

/cypress/videos/
/cypress/screenshots/

# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
17 changes: 17 additions & 0 deletions d4v1d/web/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="icon" href="/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>d4v1d</title>
<meta name="description" content="Social-Media OSINT tool - gather info on users across multiple platforms; easily extensible by design." />
<meta name="keywords" content="python, instagram, scraper, osint, web, graph, social-network, network, recon, py, information-gathering, reconnaissance" />
<meta name="author" content="m4ttm00ny" />
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>
Loading

0 comments on commit 5ff4787

Please sign in to comment.