Removed placeholder title
This commit is contained in:
parent
8ff7cbde64
commit
a4bc4748ea
1 changed files with 4 additions and 4 deletions
|
@ -10,7 +10,7 @@ Come take a look here https://git.namejeff.xyz/Supositware/jeff-downloader for a
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:title" content="jeff" />
|
||||
<meta property="og:title" content="Le epic video downloader v<%= version %>" />
|
||||
<meta property="og:description" content="A simple video downloader without any ad or tracking." />
|
||||
<meta property="og:url" content="https://namejeff.xyz/" />
|
||||
<meta property="og:image" content="https://namejeff.xyz/asset/jeff.png" />
|
||||
|
@ -21,7 +21,7 @@ Come take a look here https://git.namejeff.xyz/Supositware/jeff-downloader for a
|
|||
<link rel="stylesheet" type="text/css" href="stylesheets/background.css">
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@0.8.0/css/bulma.min.css">
|
||||
<script defer src="https://use.fontawesome.com/releases/v5.3.1/js/all.js"></script>
|
||||
<title>jeff</title>
|
||||
<title>Le epic video downloader v<%= version %></title>
|
||||
</head>
|
||||
<body class="has-text-light gradientBG">
|
||||
<ul class="circles">
|
||||
|
@ -38,7 +38,7 @@ Come take a look here https://git.namejeff.xyz/Supositware/jeff-downloader for a
|
|||
</ul>
|
||||
<section class="section has-text-centered">
|
||||
<div class="container ">
|
||||
<h1 class="title has-text-light">Le epic downloader v<%= version %>%></h1>
|
||||
<h1 class="title has-text-light">Le epic downloader v<%= version %></h1>
|
||||
<div class="downloader form">
|
||||
<form id="download-form" method="POST" action="/" enctype="application/x-www-form-urlencoded">
|
||||
<div class="field is-horizontal">
|
||||
|
@ -289,4 +289,4 @@ Come take a look here https://git.namejeff.xyz/Supositware/jeff-downloader for a
|
|||
|
||||
console.log('%cWhat are you doing here 😳😳😳😳', 'font-size: 40px;');
|
||||
</script>
|
||||
</html>
|
||||
</html>
|
||||
|
|
Loading…
Reference in a new issue