ui_hayatie
This commit is contained in:
@@ -3,12 +3,13 @@
|
||||
|
||||
<head lang="en">
|
||||
<meta charset="UTF-8">
|
||||
<title>MyKoPKB == eVoting System</title>
|
||||
<title>Portal MyKoPKB </title>
|
||||
<link rel="icon" type="image/png" href="https://i.ibb.co/XjbXhMQ/My-Ko-PKB-logo-removebg-preview-1.png" alt="My-Ko-PKB-logo-removebg-preview-1">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
|
||||
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css" integrity="sha384-HSMxcRTRxnN+Bdg0JdbxYKrThecOKuH5zCYotlSAcp1+c8xmyTe9GYg1l9a69psu" crossorigin="anonymous">
|
||||
<link rel="stylesheet" href="/css/app.css">
|
||||
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
@@ -20,6 +21,8 @@
|
||||
|
||||
<div id="error"></div>
|
||||
|
||||
|
||||
|
||||
<script>
|
||||
window.config = {
|
||||
"API": "/api/v1/", //URL OF YOUR API LOCATED
|
||||
@@ -45,6 +48,31 @@
|
||||
<script src="https://cdn.jsdelivr.net/npm/moment@2.29.1/moment.min.js"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/vue-router@3.4.9/dist/vue-router.min.js"></script>
|
||||
<script src="/js/app.js"></script>
|
||||
<!-- Bootstrap CSS -->
|
||||
|
||||
</body>
|
||||
<footer class="bg-body-tertiary text-center text-lg-start">
|
||||
<!-- Copyright -->
|
||||
<div class="text-center py-4" style="background-color: rgba(0, 0, 0, 0.05);">
|
||||
<b>Koperasi Permodalan Kelantan Berhad © 2024 All Right Reserved</b>
|
||||
<a class="text-body" href="https://koppkb.com"></a>
|
||||
</div>
|
||||
<!-- Copyright -->
|
||||
</footer>
|
||||
|
||||
<style>
|
||||
|
||||
footer {
|
||||
position: fixed;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
/* padding: 40px 0; */
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
</style>
|
||||
</html>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user