-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
42969df
commit 47d4e0a
Showing
42 changed files
with
55 additions
and
2,110 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
|
||
<head> | ||
<!-- Basic --> | ||
<meta charset="utf-8" /> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> | ||
<!-- Mobile Metas --> | ||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" /> | ||
<!-- Site Metas --> | ||
<link rel="icon" href="images/logo.jpeg" type="image/gif" /> | ||
<meta name="keywords" content="" /> | ||
<meta name="description" content="" /> | ||
<meta name="author" content="" /> | ||
|
||
<title>Anuyog Softwares</title> | ||
|
||
|
||
<!-- bootstrap core css --> | ||
<link rel="stylesheet" type="text/css" href="css/bootstrap.css" /> | ||
|
||
<!-- fonts style --> | ||
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap" rel="stylesheet"> | ||
|
||
<!-- font awesome style --> | ||
<link href="css/font-awesome.min.css" rel="stylesheet" /> | ||
|
||
<!-- Custom styles for this template --> | ||
<link href="css/style.css" rel="stylesheet" /> | ||
<!-- responsive style --> | ||
<link href="css/responsive.css" rel="stylesheet" /> | ||
|
||
</head> | ||
<style> | ||
/* Add custom styles as needed */ | ||
.carousel-inner img { | ||
width: 100%; | ||
height: auto; | ||
} | ||
</style> | ||
<body> | ||
<img src="images/image1.png" class="d-block w-100" alt="Image 1"> | ||
<img src="images/image2.png" class="d-block w-100" alt="Image 2"> | ||
<img src="images/image3.png" class="d-block w-100" alt="Image 3"> | ||
<!-- jQery --> | ||
<script src="js/jquery-3.4.1.min.js"></script> | ||
<!-- bootstrap js --> | ||
<script src="js/bootstrap.js"></script> | ||
<!-- custom js --> | ||
<script src="js/custom.js"></script> | ||
|
||
|
||
</body> | ||
|
||
</html> |
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.