Outiref

Code source de l'URL : http://pixelcut.com

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang="en-US">
<head>
	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
	<meta name="Author" content="PixelCut" />
	<meta name="viewport" content="width=1024" />
	<meta name="Description" content="PixelCut is a software company that created Drama and PaintCode." />
	<meta name="Keywords" content="css,html,javascript,canvas,paintcode,webcode,codeautomat,svg,obj-c,code,generation,vector,drawing,resolution,independence,control,controls,icon,icons,cocoa,quartz,objective-c,gui,dpi,bezier,mac,os x,ios,iphone,ipad" />

	<link rel="stylesheet" href="css/fonts.css" />    
	<title>PixelCut</title>

    <style>
        * {
            font-family: Avenir Next Regular; 
            font-size: 40px;
            color: #514470;
            letter-spacing: -1px;
        }
        a {
            text-decoration: none;
            opacity: 1;
            transition: opacity .2s;
        }

        a:hover {
            opacity: 0.6;
        }

        .paintcode {
            background: linear-gradient(to right, #5BADEC 0%, #8AA5EC 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .drama {
            background: linear-gradient(to right, #FF7071 0%, #FF6AA0 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        div {
            width: 100%;
            text-align: center;

            position: absolute;
            top: 50%;

            margin-top: -30px;
            height: 60px;
            line-height: 60px;
        }
    </style>
    
</head>


<body>
	<script type="text/javascript">
	  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
	  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
	  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
	  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
	
	  ga('create', 'UA-40723313-1', 'pixelcut.com');
	  ga('send', 'pageview');
	
	</script>

    
    <div>We make <a href="https://www.paintcodeapp.com" class="paintcode">PaintCode</a> and&nbsp;<a href="https://www.drama.app" class="drama">Drama</a></div>

</body>

</html>