Sorry

This feed does not validate.

In addition, interoperability with the widest range of feed readers could be improved by implementing the following recommendation.

Source: http://dcelec.co.kr

  1. <?
  2. header("Location:/uni");
  3. ?>
  4. <!doctype html>
  5. <html lang="ko">
  6. <head>
  7.   <meta charset="UTF-8">
  8.   <meta name="Keywords" content="">
  9.   <meta name="Description" content="">
  10.   <meta name="viewport" content="width=device-width, initial-scale=1.0">
  11.   <title>대창전기</title>
  12.   <style>
  13.      /* Eric cssreset start 몇가지 Reset코드가 있으나 이게 가장 간단한듯 하다*/
  14.      html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  15.      a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
  16.      small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
  17.      fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
  18.      article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup,
  19.      menu, nav, output, ruby, section, summary,time, mark, audio, video {
  20.       margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit;vertical-align: baseline;
  21.      }
  22.  
  23.      article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
  24.      body {line-height: 1;}
  25.      ol, ul {list-style: none;}
  26.      blockquote, q {quotes: none;}
  27.      blockquote:before, blockquote:after,q:before, q:after {content: '';content: none;}
  28.      table {border-collapse: collapse;border-spacing: 0;}
  29.      /* Eric cssreset end*/
  30.  
  31.   </style>
  32.   <!--제이쿼리 & 하위 호환성 지원 쿠키 플러그인 Loading -->
  33.   <script src = "//code.jquery.com/jquery-1.8.3.min.js" ></script>
  34.   <script src = "//code.jquery.com/jquery-migrate-1.2.1.min.js" ></script>
  35.   <script src = "//cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js"></script>
  36.  
  37.  
  38.   <!-- 부트스트랩 3 css & js CDN Loading -->
  39.   <link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.0-wip/css/bootstrap.min.css">
  40.   <script src="//netdna.bootstrapcdn.com/bootstrap/3.0.0-wip/js/bootstrap.min.js"></script>
  41.  
  42.  echo "<script>location.href='/uni'</script>";
  43. </head>
  44.  
  45. <body>
  46.  
  47. <div style="width:400px;margin:0 auto">
  48.   <img src="/img/underconst.png" ><br>
  49. </div>
  50.  
  51. </body>
  52. </html>
  53.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda