Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
bugzorc committed May 14, 2024
1 parent 050d7e2 commit 98afc01
Showing 1 changed file with 18 additions and 6 deletions.
24 changes: 18 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,32 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/x-icon" href="icons/favicon.ico">
<title>BUGZORC</title>
<style>@font-face {font-family: 'terminal'; src: url('fonts/terminal.ttf') format('truetype');} #random {font-family: 'terminal'; display: none;}</style>
<script src="javascript/preloader.js"></script>
<link rel="stylesheet" type="text/css" href="./css/index.css">
<link rel="stylesheet" type="text/css" href="./css/global.css">
<script src="javascript/index.js"></script>
<script src="javascript/blogCase.js"></script>
<meta property="og:type" content="portfolio" />
<meta property="og:title" content="BUGZORC'S SPACE" />
<!-- HTML Meta Tags -->
<title>BUGZORC'S SPACE</title>
<meta name="description" content="My portfolio, where I showcase my notable work and share valuable insights. Windows/Reverse Engineering/Malware Anlysis/C++/php">

<!-- Facebook Meta Tags -->
<meta property="og:url" content="https://bugzorc.github.io/">
<meta property="og:type" content="website">
<meta property="og:title" content="BUGZORC'S SPACE">
<meta property="og:description" content="My portfolio, where I showcase my notable work and share valuable insights. Windows/Reverse Engineering/Malware Anlysis/C++/php">
<meta property="og:image" content="https://bugzorc.github.io/images/staticImages/20240106_024331.jpg">
<meta property="og:image:width" content="1600" />
<meta property="og:image:height" content="900" />
<meta property="og:url" content="https://bugzorc.github.io/">

<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta property="twitter:domain" content="bugzorc.github.io">
<meta property="twitter:url" content="https://bugzorc.github.io/">
<meta name="twitter:title" content="BUGZORC'S SPACE">
<meta name="twitter:description" content="My portfolio, where I showcase my notable work and share valuable insights. Windows/Reverse Engineering/Malware Anlysis/C++/php">
<meta name="twitter:image" content="https://bugzorc.github.io/images/staticImages/20240106_024331.jpg">

<!-- Meta Tags Generated via https://www.opengraph.xyz -->
</head>

<body>
Expand Down

0 comments on commit 98afc01

Please sign in to comment.