mirror of
https://github.com/HaschekSolutions/pictshare.git
synced 2025-11-11 18:56:21 +00:00
57 lines
2.6 KiB
HTML
57 lines
2.6 KiB
HTML
<!DOCTYPE html>
|
|
<!--[if IEMobile 7 ]> <html class="no-js iem7"> <![endif]-->
|
|
<!--[if (gt IEMobile 7)|!(IEMobile)]><!--> <html class="no-js"> <!--<![endif]-->
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title><?php echo (defined('TITLE')?TITLE:'PictShare image hosting'); ?></title>
|
|
|
|
<!-- Bootstrap -->
|
|
<link href="/css/bootstrap.min.css" rel="stylesheet">
|
|
|
|
<!-- PictShare overwrites -->
|
|
<link href="/css/pictshare.css" rel="stylesheet">
|
|
|
|
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
|
|
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
|
|
<!--[if lt IE 9]>
|
|
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
|
|
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
|
|
<![endif]-->
|
|
|
|
<meta name="description" content="Free image sharing, linking and tracking">
|
|
<meta name="keywords" content="image, share, hosting, free">
|
|
<meta name="robots" content="index, follow">
|
|
<meta name="copyright" content="Haschek Solutions">
|
|
<meta name="language" content="EN,DE">
|
|
<meta name="author" content="Haschek Solutions">
|
|
<meta name="distribution" content="global">
|
|
<meta name="rating" content="general">
|
|
<link rel="stylesheet" href="/js/styles/rainbow.css">
|
|
</HEAD>
|
|
<BODY>
|
|
|
|
<div class="container" id="headcontainer">
|
|
|
|
<a href="/"><img src="/css/imgs/logo/horizontal3.png" /></a>
|
|
<h4><?php echo $slogan; ?></h4>
|
|
<div class="well">
|
|
<a class="btn btn-primary" href="/raw/<?php echo $hash?>">Raw</a>
|
|
<a class="btn btn-primary" href="/download/<?php echo $hash?>">Download</a>
|
|
<pre><code><?php echo $content?></code></pre>
|
|
|
|
</div>
|
|
|
|
<footer>(c)<?php echo date("y");?> by<br/><a href="https://haschek.solutions" target="_blank"><img height="30" src="/css/imgs/hs_logo.png" /></a></footer>
|
|
</div>
|
|
|
|
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
|
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
|
|
<script src="/js/bootstrap.min.js"></script>
|
|
|
|
|
|
<script src="/js/highlight.pack.js"></script>
|
|
<script>hljs.initHighlightingOnLoad();</script>
|
|
</BODY>
|
|
</HTML> |