📁
File Manager
/home/nepsrganj/public_html/application/views/user
7.4.33 · Linux
/
/
home
/
nepsrganj
/
public_html
/
application
/
views
/
user
/home/nepsrganj/public_html/application/views/user/welcome.php
← Back to folder
<html lang="en"> <head> <!-- Required meta tags --> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- <title>Edu School - Education Category Bootstrap Responsive Website Template - About Us : W3Layouts</title>--> <!-- Google fonts --> <!-- <link href="//fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap" rel="stylesheet">--> <!-- Template CSS Style link --> <!-- <link rel="stylesheet" href="assets/css/style-starter.css">--> <style> h1{ text-align:center; font-family: Arial, Helvetica, sans-serif;; text-decoration:underline; } </style> </head> <body> <!-- inner banner --> <section class="inner-banner py-5"> <div class="w3l-breadcrumb py-lg-5"> <div class="container pt-4 pb-sm-4"> </div> </div> </section> <div class="container"> <div class="row"> <center> <div style="background-color:grey;width:100%;height:300px;border-radius:25%";><br> <h1>Welcome to NEW ERA PUBLIC SCHOOL WEBSITE</h1><br><br> <h3 >SUCCESSFULLY REGISTERED AS A STUDENT </h3> </div></center> <a class="nav-link custom-btn custom-border-btn btn" href="<?php echo base_url('user/login') ?>"><span class="glyphicon glyphicon-log-in"></span> Login here</a> </div> </div> </body> </html>
Cancel
✓ Save