Skip to content

Instantly share code, notes, and snippets.

@63phc
Created April 11, 2016 11:00
Show Gist options
  • Save 63phc/70926f2c30b2db490954cb5bb0d2ad2a to your computer and use it in GitHub Desktop.
Save 63phc/70926f2c30b2db490954cb5bb0d2ad2a to your computer and use it in GitHub Desktop.
<?php
echo '<!DOCTYPE html>';
echo'<html lang="en">';
echo'<head>';
echo '<meta charset="UTF-8">';
echo '<meta http-equiv="X-UA-Compatible" content="IE=edge">';
echo '<meta name="viewport" content="width=device-width, initial-scale=1">';
echo '<title>Document</title>';
echo '<link href="Bootstrap/css/bootstrap.min.css" rel="stylesheet">';
echo "</head>";
echo "<body>";
echo "<a name='top'/></a>";
echo '<button type="button" class="btn btn-primary btn-lg btn-block">Информация о файле</button>';
@63phc
Copy link
Author

63phc commented Apr 11, 2016

<!---- FOOTER ---->
echo '<button type="button" class="btn btn-primary btn-lg btn-block"><a href="#top">В начало страницы</a></button>';
echo '</body>';
echo '<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>';
echo '<link href="../../Bootstrap/js/bootstrap.min.js">';
echo '</html>';

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment