Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 545 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 545 Bytes

Evidence Logo

Media Kit

Assets in PNG and SVG format for Evidence.

Favicons

To use the favicon files, include the following snippet in your HTML:

<!DOCTYPE html>
<html lang="en">
	<head>
		<link rel="icon" href="/favicon.ico" sizes="32x32">
		<link rel="icon" href="/icon.svg" type="image/svg+xml">
		<link rel="apple-touch-icon" href="/apple-touch-icon.png"><!-- 180×180 -->
		<link rel="manifest" href="/manifest.webmanifest">
    </head>
</html>