blob: 33f56e753c7162320223c7a21a3868bcc034d823 (
plain)
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
|
<!DOCTYPE html>
<html lang="en" class="loading">
<head>
<title>
Procedural Paintings by Pepper
</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="description" content="Procedural Oil Paintings by Pepper" />
<meta name="author" content="Pepper">
<meta property="og:title" content="Procedural Oil Paintings by Pepper" />
<meta property="og:type" content="website" />
<meta property="og:image" content="https://asdf.us/paintings/assets/img/pepperogimage.jpg" />
<meta property="og:url" content="https://asdf.us/paintings/" />
<meta property="og:description" content="" />
<meta property="og:site_name" content="Pepper Paintings" />
<meta name="apple-mobile-web-app-capable" content="no">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<link rel="shortcut icon" href="/favicon.ico" />
<link href="https://fonts.googleapis.com/css?family=Roboto+Mono:300,400,500|Roboto:300,300i,400,400i,700,700i,900,900i" rel="stylesheet" data-noprefix>
<link rel="stylesheet" href="/paintings/assets/css/css.css">
</head>
<body>
<div id="container"></div>
<script src="https://cdn.polyfill.io/v2/polyfill.min.js?features=default,fetch"></script>
<script src="/paintings/bundle.js"></script>
</body>
</html>
|