Storage: Mime type detection (#52512)

* Storage: implement mime type detection

* lint
This commit is contained in:
Artur Wierzbicki
2022-07-25 11:30:20 +04:00
committed by GitHub
parent 1e3135b18a
commit d9db155394
9 changed files with 169 additions and 29 deletions
+9
View File
@@ -0,0 +1,9 @@
<!DOCTYPE html>
<html>
<body>
<h1>My First Heading</h1>
<p>My first paragraph.</p>
</body>
</html>