You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
53 lines
1.3 KiB
53 lines
1.3 KiB
<!DOCTYPE html> |
|
<html lang="en"> |
|
<head> |
|
<meta charset="utf-8" /> |
|
<title>React-Epub-Viewer Demo</title> |
|
<meta name="description" content="React-Epub-Viewer Demo Page" /> |
|
<meta name="viewport" content="width=device-width, initial-scale=1" /> |
|
<meta name="theme-color" content="#000000" /> |
|
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" /> |
|
<link |
|
rel="icon" |
|
sizes="24x24" |
|
href="%PUBLIC_URL%/favicons/favicon_24x24.png" |
|
/> |
|
<link |
|
rel="icon" |
|
sizes="48x48" |
|
href="%PUBLIC_URL%/favicons/favicon_48x48.png" |
|
/> |
|
<link |
|
rel="icon" |
|
sizes="96x96" |
|
href="%PUBLIC_URL%/favicons/favicon_96x96.png" |
|
/> |
|
<link |
|
rel="apple-touch-icon" |
|
href="%PUBLIC_URL%/favicons/favicon_96x96.png" |
|
/> |
|
<link rel="stylesheet" type="text/css" href="%PUBLIC_URL%/css/global.css" /> |
|
<style> |
|
@font-face { |
|
font-family: "Nazanin"; |
|
src: url(%PUBLIC_URL%/css/Nazanin.woff); |
|
} |
|
|
|
@font-face { |
|
font-family: "Sans"; |
|
src: url(%PUBLIC_URL%/css/IRANSansWeb.woff); |
|
} |
|
|
|
@font-face { |
|
font-family: "SansNum"; |
|
src: url(../fonts/IRANSansWebFaNum.woff); |
|
} |
|
body { |
|
font-family: Sans, Nazanin; |
|
} |
|
</style> |
|
</head> |
|
<body> |
|
<div id="root"></div> |
|
</body> |
|
</html>
|
|
|