special/recentfiles

This commit is contained in:
Michael Murtaugh
2019-07-22 15:35:19 +02:00
parent 7e379b97c9
commit 004d262004
20 changed files with 1511 additions and 186 deletions

View File

@@ -0,0 +1,27 @@
<!DOCTYPE html>
<html>
<head>
<title>recent files</title>
<meta charset="utf-8">
<style>
body {
background: #eee;
background-image: linear-gradient(45deg, rgba(0,0,0,.25) 25%, transparent 0, transparent 75%, rgba(0,0,0,.25) 0), linear-gradient(45deg, rgba(0,0,0,.25) 25%, transparent 0, transparent 75%, rgba(0,0,0,.25) 0);
background-position: 0 0, 20px 20px;
background-size: 40px 40px;
}
div.file {
float: left;
margin: 8px;
max-width: 45%;
}
div.file img {
max-width: 100%;
}
</style>
</head>
<body>
<div id="content"></div>
<script src="dist/recentfiles.js"></script>
</body>
</html>