Line 1: | Line 1: | ||
− | + | <!doctype html> | |
+ | <!--Quite a few clients strip your Doctype out, and some even apply their own. Many clients do honor your doctype and it can make things much easier if you can validate constantly against a Doctype.--> | ||
<html> | <html> | ||
<head> | <head> | ||
Line 6: | Line 7: | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | <meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<title>Email template By Adobe Dreamweaver CC</title> | <title>Email template By Adobe Dreamweaver CC</title> | ||
+ | <link rel="stylesheet" href="https://2017.igem.org/Template:BIT/bootstrap/min/CSS?action=raw&ctype=text/css"/> | ||
+ | <link rel="stylesheet" href="https://2017.igem.org/Template:BIT/flexslider/CSS?action=raw&ctype=text/css"/> | ||
+ | <link rel="stylesheet" href="https://2017.igem.org/Template:BIT/jquery.fancybox/CSS?action=raw&ctype=text/css"/> | ||
+ | <link rel="stylesheet" href="https://2017.igem.org/Template:BIT/main/CSS?action=raw&ctype=text/css"/> | ||
+ | <link rel="stylesheet" href="https://2017.igem.org/Template:BIT/responsive/CSS?action=raw&ctype=text/css"/> | ||
+ | <link rel="stylesheet" href="https://2017.igem.org/Template:BIT/animate/min/CSS?action=raw&ctype=text/css"/> | ||
+ | <link rel="stylesheet" href="css/font-icon.css"> | ||
+ | <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css"> | ||
+ | <!-- Animate.css --> | ||
+ | <link rel="stylesheet" href="https://2017.igem.org/Template:BIT/animate/CSS?action=raw&ctype=text/css"/> | ||
+ | <!-- Icomoon Icon Fonts--> | ||
+ | <link rel="stylesheet" href="https://2017.igem.org/Template:BIT/font-icon/CSS?action=raw&ctype=text/css"/> | ||
+ | <!-- Bootstrap --> | ||
+ | <link rel="stylesheet" href="https://2017.igem.org/Template:BIT/bootstrap/CSS?action=raw&ctype=text/css"/> | ||
+ | <!-- Flexslider --> | ||
+ | <link rel="stylesheet" href="https://2017.igem.org/Template:BIT/flexslider/CSS?action=raw&ctype=text/css"/> | ||
+ | <!-- Theme style --> | ||
+ | <link rel="stylesheet" href="https://2017.igem.org/Template:BIT/style/CSS?action=raw&ctype=text/css"/> | ||
<!-- Please use an inliner tool to convert all CSS to inline as inpage or external CSS is removed by email clients --> | <!-- Please use an inliner tool to convert all CSS to inline as inpage or external CSS is removed by email clients --> | ||
<!-- important in CSS is used to prevent the styles of currently inline CSS from overriding the ones mentioned in media queries when corresponding screen sizes are encountered --> | <!-- important in CSS is used to prevent the styles of currently inline CSS from overriding the ones mentioned in media queries when corresponding screen sizes are encountered --> |
Latest revision as of 22:00, 1 November 2017
<!doctype html>
|