-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpost.php
41 lines (41 loc) · 1.09 KB
/
post.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<!DOCTYPE html>
<html>
<head>
<title>Darknight</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="resources/css/main.css">
<link rel="stylesheet" type="text/css" href="resources/css/font-awesome/all.css">
<link rel="stylesheet" type="text/css" href="resources/css/highlight/highlight.css">
<link rel="stylesheet" type="text/css" href="resources/css/cropper/cropper.css">
<style>
body{
overflow-y: hidden;
}
.caption_box_shadow{
width: 96.2%;
}
.caption_box pre{
width: 100%;
}
</style>
</head>
<body>
<?php include 'includes/navbar.php'; ?>
<div class="container">
<input type="hidden" id="page" value="0">
<div id="image_content">
<center>
<div class="left_content" id="_content_left">
<img class="content-pic" id="picture" />
<video class="content-vid" id="video" controls></video>
</div>
</center>
<div class="right_content" id="_content_right"></div>
</div>
</div>
<script>
_load_post();
</script>
</body>
</html>