first init
This commit is contained in:
11
resources/views/layouts/partials/footer.blade.php
Executable file
11
resources/views/layouts/partials/footer.blade.php
Executable file
@@ -0,0 +1,11 @@
|
||||
<footer class="footer">
|
||||
<div class="container-fluid">
|
||||
<div class="row">
|
||||
<div class="col-12 text-center">
|
||||
<script>
|
||||
document.write(new Date().getFullYear())
|
||||
</script> © Darkone by StackBros.
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
Reference in New Issue
Block a user