mirror of
https://github.com/abrendan/smolNews.git
synced 2025-06-16 20:55:03 +02:00
Added a Logo
This commit is contained in:
parent
2d9757a346
commit
f10bed87a9
BIN
images/favi_icon.png
Normal file
BIN
images/favi_icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 59 KiB |
BIN
images/icon.png
Normal file
BIN
images/icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 150 KiB |
@ -6,6 +6,7 @@
|
|||||||
<title>smolNews</title>
|
<title>smolNews</title>
|
||||||
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" rel="stylesheet">
|
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" rel="stylesheet">
|
||||||
<link href="style.css" rel="stylesheet">
|
<link href="style.css" rel="stylesheet">
|
||||||
|
<link rel="icon" href="https://i.ibb.co/jvVTdPM/nobackground-withoutname2.png">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="container mt-5">
|
<div class="container mt-5">
|
||||||
@ -15,7 +16,6 @@
|
|||||||
<option value="">All Topics</option>
|
<option value="">All Topics</option>
|
||||||
<option value="business">Business</option>
|
<option value="business">Business</option>
|
||||||
<option value="entertainment">Entertainment</option>
|
<option value="entertainment">Entertainment</option>
|
||||||
<option value="health">Health</option>
|
|
||||||
<option value="science">Science</option>
|
<option value="science">Science</option>
|
||||||
<option value="sports">Sports</option>
|
<option value="sports">Sports</option>
|
||||||
<option value="technology">Technology</option>
|
<option value="technology">Technology</option>
|
||||||
@ -69,6 +69,12 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="text-center mt-4">
|
||||||
|
<a href="https://www.abrendan.dev" target="_blank">
|
||||||
|
<img src="/images/icon.png" alt="Icon Image" class="img-fluid icon-small">
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
<script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
|
<script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
|
||||||
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.5.2/dist/umd/popper.min.js"></script>
|
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.5.2/dist/umd/popper.min.js"></script>
|
||||||
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
|
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user