Welcome aboard! We are happy you are here and wish you good net-raft!
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.0/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
</head>
<body>
<div class="container">
<?php
echo '<div class="alert alert-danger alert-dismissable fade in" style="color:black;width: 400px;height:100px;position: fixed;bottom: 80px;right: 30px;text-align: center;border: 1px solid black;">
<a href="#" class="close" data-dismiss="alert" aria-label="close">×</a>
<span style="font-size: 130%;color:#f4511e;"> Hello world!</span>
</br><a href="https://net-raft.com " style="font-size: 130%;color: #0094ff;"><span class="glyphicon glyphicon-link"></span> net-raft.com</a>
</div>';
?>
</div>
</body>
</html>
The most helpful PHP solutions