add files

This commit is contained in:
Andrey Kuvshinov
2025-07-09 21:21:17 +03:00
commit 8fc8cbae32
596 changed files with 207566 additions and 0 deletions

17
related-amp.php Normal file
View File

@@ -0,0 +1,17 @@
<amp-list width="auto"
height="140"
layout="fixed-height"
src="/feed/amp-related.json">
<template type="amp-mustache">
<div class="image-entry">
<amp-img src="{{imageUrl}}"
width="100"
height="75"></amp-img>
<a href="{{url}}">{{title}}</a>
</div>
</template>
<div overflow
class="list-overflow">
See more
</div>
</amp-list>