Skip to content

Commit

Permalink
update treant
Browse files Browse the repository at this point in the history
  • Loading branch information
crashmyname committed Sep 26, 2024
1 parent c8bb45f commit 3d9c5be
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions cli.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="UTF-8">
<meta content="width=device-width, initial-scale=1, maximum-scale=1, shrink-to-fit=no" name="viewport">
<title>MVC Tanjidor</title>
<title>Treant Framework</title>

<!-- General CSS Files -->
<link rel="stylesheet" href="./public/stisla-1-2.2.0/dist/assets/modules/bootstrap/css/bootstrap.min.css">
Expand Down Expand Up @@ -60,7 +60,7 @@
<div class="main-sidebar sidebar-style-2">
<aside id="sidebar-wrapper">
<div class="sidebar-brand">
<a href="./index.html">Tanjidor</a>
<a href="./index.html">Treant</a>
</div>
<div class="sidebar-brand sidebar-brand-sm">
<a href="./index.html">T</a>
Expand Down
4 changes: 2 additions & 2 deletions getstart.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="UTF-8">
<meta content="width=device-width, initial-scale=1, maximum-scale=1, shrink-to-fit=no" name="viewport">
<title>MVC Tanjidor</title>
<title>Treant Framework</title>

<!-- General CSS Files -->
<link rel="stylesheet" href="./public/stisla-1-2.2.0/dist/assets/modules/bootstrap/css/bootstrap.min.css">
Expand Down Expand Up @@ -60,7 +60,7 @@
<div class="main-sidebar sidebar-style-2">
<aside id="sidebar-wrapper">
<div class="sidebar-brand">
<a href="./index.html">Tanjidor</a>
<a href="./index.html">Treant</a>
</div>
<div class="sidebar-brand sidebar-brand-sm">
<a href="./index.html">T</a>
Expand Down
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>MVC Tanjidor</title>
<title>Treant Framework</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
</head>
<style>
Expand All @@ -21,7 +21,7 @@
<!-- Navbar -->
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<div class="container-fluid">
<a class="navbar-brand" href="#">Mvc Tanjidor</a>
<a class="navbar-brand" href="#">Treant Framework</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
Expand All @@ -44,7 +44,7 @@
<!-- Hero Section -->
<section class="bg-light text-center py-4">
<div class="container">
<h1 class="display-4">Welcome to MVC Tanjidor</h1>
<h1 class="display-4">Welcome to Treant Framework</h1>
<p class="lead">A simple and elegant framework to kickstart your PHP projects.</p>
<a href="./getstart.html" class="btn btn-primary btn-lg">Get Started</a>
</div>
Expand Down
4 changes: 2 additions & 2 deletions orm.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="UTF-8">
<meta content="width=device-width, initial-scale=1, maximum-scale=1, shrink-to-fit=no" name="viewport">
<title>MVC Tanjidor</title>
<title>Treant Framework</title>

<!-- General CSS Files -->
<link rel="stylesheet" href="./public/stisla-1-2.2.0/dist/assets/modules/bootstrap/css/bootstrap.min.css">
Expand Down Expand Up @@ -60,7 +60,7 @@
<div class="main-sidebar sidebar-style-2">
<aside id="sidebar-wrapper">
<div class="sidebar-brand">
<a href="./index.html">Tanjidor</a>
<a href="./index.html">Treant</a>
</div>
<div class="sidebar-brand sidebar-brand-sm">
<a href="./index.html">T</a>
Expand Down

0 comments on commit 3d9c5be

Please sign in to comment.