path
stringlengths
5
312
repo_name
stringlengths
5
116
content
stringlengths
2
1.04M
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/d7959d391db0be23674039260569ea0e957f345dd79dc570f866811c9894a516.html
simonmysun/praxis
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>18 --> 19</title> <link href="./../../assets/style.css" rel="stylesheet"> </head> <body> <h2>You have to be fast</h2> <a href="./de6b48f43d9b6c2334fb9500e863c0121f638190a91af89f4e698ac7b38b290d.html">Teleport</a> <hr> ...
clean/Linux-x86_64-4.02.1-1.2.0/unstable/dev/contrib:lambda/8.4.dev/2014-12-17_17-32-45.html
coq-bench/coq-bench.github.io-old
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Coq bench</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet...
clean/Linux-x86_64-4.01.0-1.2.0/unstable/8.5beta1/contrib:euler-formula/8.4.dev/index.html
coq-bench/coq-bench.github.io-old
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Coq bench</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet...
doc/classes/l4e_log4e/l4e_layouts/l4e_pattern_layout_links.html
Eiffel-World/log4e
<HTML> <HEAD> <META NAME="generator" CONTENT="ISE EiffelStudio version 5.1.14"> <META NAME="project" CONTENT="Project Goanna <http://sourceforge.net/projects/goanna>"> <META NAME="library" CONTENT="log4e"> <META NAME="date" CONTENT="$Date$"> <META NAME="copyright" CONTENT="Copyright (c) 2001 Glenn Maughan and others"> ...
index_iframe.html
justinchuby/cantonese-whiteboard
<!DOCTYPE html> <html> <head> <title>粤语注音白板 | Cantonese Whiteboard</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"/> <meta charset="UTF-8"> <meta name="description" content="粤语注音白板 | Cantonese Whiteboard"> <meta name="author" content="Justin Chu"> <link rel="style...
__tests__/html/conversationStartProperties.sendNonISOFormat.html
billba/botchat
<!DOCTYPE html> <html lang="en-US"> <head> <script crossorigin="anonymous" src="/__dist__/testharness.js"></script> <script crossorigin="anonymous" src="/__dist__/webchat-es5.js"></script> </head> <body> <div id="webchat"></div> <script type="text/babel" data-presets="env,stage-3,react"> con...
HTML Tutorial/05 - HTML Paragraphs/Exercise 01.html
saikatdas0790/HtmlConquest
<!--Add a paragraph to this document with the text "Hello World!".--> <!--<!DOCTYPE html> <html> <body> </body> </html>--> <!DOCTYPE html> <html> <body> <p>Hello World!</p> </body> </html>
doc-consultant.html
akhil2015/mecurahealth.com
<!doctype html> <html class="no-js" lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="x-ua-compatible" content="ie=edge"> <title>Mecura Health</title> <link rel="icon" href="img/favicon.png" type="image/x-icon"> <meta name="description" content=""> <meta name...
content/css/custom.css
unravellingtechnologies/unravellingtechnologies.github.io
/****** PLACE YOUR CUSTOM STYLES HERE ******/ footer { position: fixed; height: auto; bottom: 0; width: 100%; padding-top: 12px; padding-bottom: 12px; } .lead { margin-top: 0; font-size: 14px; } .blog-header img{ height: 120px; } .blog-thumbnail { max-height: 120px; max-width: ...
examples/input.html
xinix-technology/pants-template
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Template Example</title> <!-- polymer platform dependencies --> <script type="text/javascript" src="../vendor/platform/platform.js"></script> <!-- pants-observe inner dependencies --> <script type="text/javascript" src="../v...
simple-alert.html
bstavroulakis/simple-alert
<link rel="import" href="../polymer/polymer.html" /> <link rel="import" href="./toggle-animation.html"> <!-- ### Status [![Build Status](https://travis-ci.org/bstavroulakis/simple-alert.svg?branch=master)](https://travis-ci.org/bstavroulakis/simple-alert) ### General Info `<simple-alert>` `<simple-alert>` shows an a...
demoHouse/paper_kit/components.html
zhouxinyong/code-demo
<!doctype html> <html lang="en"> <head> <meta charset="utf-8" /> <link rel="icon" type="image/png" href="assets/paper_img/favicon.ico"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> <title>Paper Kit Components by Creative Tim</title> <script src="//google-code-prettify.googlecode...
public/stylesheets/webpage/style.css
Cheese-teacher/Cheese
/*--- reset code ---*/ html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canv...
e72b7b8/html/functions_func_n.html
v8-dox/v8-dox.github.io
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" con...
src/components-examples/material/autocomplete/autocomplete-optgroup/autocomplete-optgroup-example.html
Jefiozie/material2
<form [formGroup]="stateForm"> <mat-form-field> <input type="text" matInput placeholder="States Group" formControlName="stateGroup" required [matAutocomplete]="autoGroup"> <!-- #docregion mat-autocomplete --> <mat-autocomplete #autoGroup="matAutocomplet...
guido.io/themes/catsup/layouts/partials/header.html
gzuidhof/gzuidhof.github.io
<!DOCTYPE html> <html lang="en-US" class="js"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <base href="{{ .Site.BaseURL }}"> <title> {{ .Title }} </title> <link rel="canonical" hr...
html/234567137084.html
GoC-Spending/data-corporations
<!DOCTYPE html> <!--[if lt IE 9]><html class="no-js lt-ie9" lang="en" dir="ltr"><![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang="en" dir="ltr"> <!--<![endif]--> <!-- Usage: /eic/site/ccc-rec.nsf/tpl-eng/template-1col.html?Open...
all-data/28000-28999/28169-22.html
BuzzAcademy/idioms-moe-unformatted-data
<table width="90%" border="0"><tr><td><script>function openfile(url) {fullwin = window.open(url, "fulltext", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes");}</script><div class="flayoutclass"><div class="flayoutclass_first"><table class="tableoutfmt2"><tr><th class="std1"><b>...
frontend/public/index.html
dimkarakostas/unimeet
<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content="Unimeet is the free, fast and secure way to chat anonymously with other university...
site/layouts/partials/head.html
nathanp/HeIsBetter.org
<!DOCTYPE HTML> <html> <head> <title>{{ if .IsHome }}{{ .Site.Title }}{{ else }}{{ .Title }} &middot; {{ .Site.Title }}{{ end }}</title> {{ partial "meta.html" . }} <link rel="canonical" href="{{ .Site.BaseURL }}" /> {{ .Hugo.Generator }} {{ "<!--[if lte IE 8]>" | safeHTM...
vodnik/16.10/video-sending.html
ubuntu-si/ubuntu.si
<!DOCTYPE html> <!DOCTYPE html> <html lang=sl> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Drugi ljudje ne morejo predvajati mojih videoposnetkov</title> <script type="text/javascript" src="jquery.js"></script><script type="text/javascript" src="jquery.syntax.js"></script><script t...
LICENSE.html
georgerogers42/bton
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Style-Type" content="text/css" /> <meta name=...
skm-async/promise-animation/index.html
krulik/demos
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>Promises Animation</title> <link rel="stylesheet" href="style.css"> </head> <body> <div id="object"> <img src...
Trades/Old Trades/amiguero6/result18.html
DrFriendless/TradeMaximizerOz
<HTML><HEADER><meta charset="UTF-8"><BODY> <A NAME="Addicted2EuroGames"><H2>Addicted2EuroGames</H2></A> Addicted2EuroGames does not send anything.<BR> Addicted2EuroGames does not receive anything.<BR> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210211#item3210211">Antiq...
index.html
MaxChan7/sina-leader
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>sina-leader</title> <meta name="viewport" content="initial-scale=1, maximum-scale=1"> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-status-ba...
examples/maps/tile.html
panda01/jubilee
<!DOCTYPE html> <html> <head lang="en"> <meta charset="UTF-8"> <title></title> </head> <body> <div id="map"></div> <script data-main="../../src/require.config.js" src="../../../node_modules/requirejs/require.js"></script> <script> require(["../../src/index"], function (jubilee) { var tile = jubilee....
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/d559e2371f9f45e1cddad267bdac3d3536f8d9c99f7e91c4dfa31a2e4f52b7aa.html
simonmysun/praxis
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>18 --> 19</title> <link href="./../../assets/style.css" rel="stylesheet"> </head> <body> <h2>You have to be fast</h2> <a href="./38f87507ac04029fc672c3b09a31838a9c6b71599f7e69535830888b601ff327.html">Teleport</a> <hr> ...
tags/sound/page/1/index.html
lethean/lethean.github.io
<!DOCTYPE html><html><head><title>https://lethean.github.io/tags/sound/</title><link rel="canonical" href="https://lethean.github.io/tags/sound/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=https://lethean.github.io/tags/sound/" /></head></html>
tags/index.html
kiwijack2/kiwijack2.github.io
<!DOCTYPE html> <html lang="en-us"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>Tags</title> <meta name="description" content=""> <meta name="generator" content="Hugo 0.35" /> <meta property="og:ti...
project/index.html
woshijpf/woshijpf.github.io
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Projects</title> <meta name="description" content="Do one thing and do it well. "> <meta name="author" content="Pengfe...
html/polisci.html
TxmszLou/uw-crsdep
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <meta http-equiv='Content-Type' content='text/html;charset=utf-8'> <title>POLITICAL SCIENCE</title> <link rel='stylesheet' href='/home/home.css' type='text/css'> <script type='text/javascript'>var _gaq=_gaq |...
2015/11/18/wer-ist-auf-den-hund-gekommen.html
acloudburo/dognews
<!doctype html> <html> <head> <meta charset="utf-8" /> <meta content="IE=edge;chrome=1" http-equiv="X-UA-Compatible" /> <title>dognews | Wer ist auf den Hund gekommen?</title> <meta content="width=device-width, initial-scale=1" name="viewport" /> <link rel="alternate" type="application/atom+xml" ...
tineyeservices/docs/Index.html
TinEye/tineyeservices_net
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>TinEye Services library documentation - Table of Content</title> <link rel="stylesheet" href="TOC.css"> <link rel="shortcut icon" href="favicon.ico"/> <script type="text/javascript" src="TOC.js"></script> </head> <body onload="javas...
app/src/components/search/chips/type/type.css
freelook/info
fli-search-chips-type { display: block; }
dragon.html
jgerminario/jgerminario.github.io
<!DOCTYPE html> <html> <head> <script type="text/javascript" src="my_solution.js"></script> </head> </html>
client/components/dashboard/analytics/Analytics.html
nickkenens/twitchatter
<template name="DashboardAnalytics"> <p> Analytics </p> </template>
webserver/public/index.html
janicduplessis/resultscrawler
<!DOCTYPE html> <!--[if lt IE 7]> <html lang="en" ng-app="rc" class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]--> <!--[if IE 7]> <html lang="en" ng-app="rc" class="no-js lt-ie9 lt-ie8"> <![endif]--> <!--[if IE 8]> <html lang="en" ng-app="rc" class="no-js lt-ie9"> <![endif]--> <!--[if gt IE 8]><!--> <h...
webserver/html/mainwindows-application-application-qrc.html
misizeji/StudyNote_201308
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>Qt 4.3: application.qrc Example File (mainwindows/application/application.qrc)</title> <link href="class...
HockeySDK-iOS/de.bitstadium.HockeySDK-iOS-4.0.1.docset/Contents/Resources/Documents/docs/docs/HowTo-Set-Custom-AlertViewHandler.html
tram-challenge/tram-challenge-ios
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>HowTo-Set-Custom-AlertViewHandler Document</title> <link rel="stylesheet" href="../../css/style.css"> <meta name="viewport" content="initial-scale=1, maximum-scale=1.4"> <meta name="generator" content="appledoc 2.2.1 (build 1334)"> </head> <body class="...
public/Windows 10 x64 (18363.720)/_WHEA_MEMORY_ERROR_SECTION.html
epikcraw/ggool
<html><body> <h4>Windows 10 x64 (18363.720)</h4><br> <h2>_WHEA_MEMORY_ERROR_SECTION</h2> <font face="arial"> +0x000 ValidBits : <a href="./_WHEA_MEMORY_ERROR_SECTION_VALIDBITS.html">_WHEA_MEMORY_ERROR_SECTION_VALIDBITS</a><br> +0x008 ErrorStatus : <a href="./_WHEA_ERROR_STATUS.html">_WHEA_ERROR_STA...
test/index.html
hiloteam/Hilo3d
<!DOCTYPE html> <html> <head> <title>hilo test</title> <meta http-equiv='Content-Type' content='text/html; charset=UTF-8'> <meta name='viewport' content='width=device-width, initial-scale=1.0'> <link rel='stylesheet' href='../node_modules/mocha/mocha.css' /> <script> module = undefined; ...
css/routeopti.css
vulpineronin/WebRouteOptimization
html { font-family: 'Lato', 'sans-serif'; height: 100%; } body { height: 100%; width: 100%; overflow: auto; margin: 0px; padding: 0px; color: black; } #routeAutocomplete{ padding-left: 2px; } #path{ padding-left: 2px; } #my_textual_div { margin: 0; padding: 1em; right:...
HTML Overview Homework/home.html
IvanGrigorov/HTML-basics-
<!DOCTYPE html> <html> <head> <title> Doge Social Network - Home </title> </head> <body style="background:#87CEEB"> <h1>Doge Social Network</h1> <ul type="disc"> <li><a href="home.html">Home</a></li> <li><a href="profile.html">Profile</a></li> <li><a href="friends.html">Friends</a></li> </ul> <...
clean/Linux-x86_64-4.06.1-2.0.5/extra-dev/8.11.dev/procrastination/1.2.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>procrastination: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap...
clean/Linux-x86_64-4.02.3-2.0.6/released/8.5.0~camlp4/io/2.1.0.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>io: 14 s 🏆</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="styleshe...
clean/Linux-x86_64-4.08.1-2.0.5/released/8.10.1/hydra-battles/0.4.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>hydra-battles: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.m...
webkb/course/misc/http:^^osm7.cs.byu.edu^cs525^cs525homepage.html
ML-SWAT/Web2KnowledgeBase
Date: Wed, 20 Nov 1996 21:53:58 GMT Server: NCSA/1.5 Content-type: text/html Last-modified: Mon, 30 Sep 1996 17:32:19 GMT Content-length: 4844 <HTML> <HEADER> <TITLE>CS 525 Home Page</TITLE> </HEADER> <BODY> <H1> CS 525 - Software Creation - Fall 1996</H1> <hr> <dl> <dt><!WA0><img align=top src="http://osm7.cs.byu.e...
qq.html
zeroone001/learn-vue-code
<!DOCTYPE html> <html> <head lang="en"> <meta charset="UTF-8"> <title>app_detail</title> <link rel="stylesheet" href="http://res.smzdm.com/phone/css/7.0/app_details.css?v=20170407" type="text/css"> <link rel="stylesheet" href="http://res.smzdm.com/phone/css/7.0/app_d...
docs/files/themes_com.intel.tizen_coulomb.2012_components_alphabetBookmark_alphabetBookmark.js.html
n8willis/ivi-demonstrator
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>themes\com.intel.tizen\coulomb.2012\components\alphabetBookmark\alphabetBookmark.js - Intel Tizen IVI Engine</title> <link rel="stylesheet" href="http:&#x2F;&#x2F;yui.yahooapis.com&#x2F;3.7.0&#x2F;build&#x2F;cssgrids&#x2F;cssgrids-min.css...
categories/books/index.html
kshitij10496/kshitij10496.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="Content-Language" content="en"> <meta name="color-scheme" content="light dark"> <meta name="author" content="KSHITIJ SARAOGI"> <meta n...
a5e67ad/html/functions_i.html
v8-dox/v8-dox.github.io
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" con...
src/Viteloge/CoreBundle/Resources/descriptions/11071.html
donaldinou/frontend
<div class="commune_descr limited"> <p> Cascastel-des-Corbières est un village situé dans le département de l'Aude en Languedoc-Roussillon. Elle totalisait 207 habitants en 2008.</p> <p>À proximité de Cascastel-des-Corbières sont situées les communes de <a href="{{VLROOT}}/immobilier/quintillan_11305/">...
src/example/FluxOnly/FluxOnly.css
halhenke/component-router
.fluxonly { display: flex; position: relative; padding: 2rem; /*flex: 1 auto;*/ flex-direction: column; order: 1; justify-content: space-around; } .fluxonly h2 { margin-bottom: 1rem; } .fluxonly a, .fluxonly button { margin: 1rem; color: #06c; text-decoration: none; } .fluxonly button { padd...
ENB-data/enb_pages/enb12349e.html
medialab/climateDebateExplorer
<!DOCTYPE html> <?xml version="1.0" encoding="UTF-8"?> <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Earth Negotiations Bulletin: COP/MOP3</title> <link href="../assets/style/bulletin.css" rel="stylesheet" /> </head> <body> <h1>Earth Negotiati...
mirror/prvCode_07/cityCode_014-areaCode_01-deptCode_001/voteCode_20120101T1A2-qryType_ctks-prvCode_06-cityCode_014-areaCode_01-deptCode_001-liCode_0019.html
g0v/projectV
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- 選舉資料查詢 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>中選會選舉資料庫網站</title> <link rel="stylesheet" type="text/css" href="http://db.cec.gov.tw/votehist.css"> <script typ...
Figure3/Tox21_nnm/WorkHere/96568-04-6.smi.png.html
andrewdefries/ToxCast
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns='http://www.w3.org/1999/xhtml' xml:lang='en' lang='en'><head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta> <title>96568-04-6.smi.png.html</title> </head>...
test/unit/loadModule/module-files/module/login/login.html
icejs-team/icejs
<Module :title="登录"> <template> <div> <form action="/post/login" name="login_form"> <ul> <li> <label>{{ luserName }}</label><input type="text" name="user_name" :model="userName" /> <span>{{ userName }}</span> </li> <li> <label>{{ lpwd }}</label><input type="password" name="pas...
app/partials/partial2.html
double-helix/form
<div class="pure-u-1 l-box"> <div id="main-graphic"> <h1>DNA <h6>by Fernando Cea</h6> </h1> <div id="sequence"></div> <div id="chart"> <div id="explanation" style="visibility: hidden;"> <span id="percentage"></span> <br/> ...
Figure3/Tox21_nnm/WorkHere/2971-36-0.smi.png.html
andrewdefries/ToxCast
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns='http://www.w3.org/1999/xhtml' xml:lang='en' lang='en'><head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta> <title>2971-36-0.smi.png.html</title> </head> ...
web/template_questions.html
bananabomb59/moncours
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>MonCours.org | Accueil</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content=""> <meta name="author" content=""> <!-- Le styles --> <link href="/css/bo...
Code/CloudStag/templates/getMetadata.html
rohitsm/TCSA
<html> <head> <link rel="stylesheet" type="text/css" href="css/style.css"> <link href="css/jquery.contextMenu.css" rel="stylesheet" type="text/css" /> </head> <body> <script src="../static/js/jquery-1.11.2.js"></script> <script src="../static/js/AES_CV.js"></script> <script src="../static/js/AES_ctr.js...
css/owl.theme.css
rahul-rajabhoj/picture-puzzle
/* * Owl Carousel Owl Demo Theme * v1.3.3 */ .owl-theme .owl-controls{ margin-top: 10px; text-align: center; } /* Styling Next and Prev buttons */ .owl-theme .owl-controls .owl-buttons div{ color: #FFF; display: inline-block; zoom: 1; *display: inline;/*IE7 life-saver */ margin: 5px; padding: 3px 10px; fo...
GlucoMan/node_modules/midata/examples/bower-example/index.html
zwahf1/Thesis
<html> <head> <title>Bower example</title> <!-- Libraries and other external code --> <script src="bower_components/midata.js/dist/midata.js"></script> <!-- Application source files --> <script src="js/main.js"></script> </head> <body> <h1>Hello MIDATA.js</h1> </body> </html>
labs/mobitron/homepage.css
rubengarciam/rubengarciam.github.io
/******************************* Global *******************************/ html { font-size: 14px; } body { background: #fff; } /******************************* Global *******************************/ #home .menu .right.menu > .mobile.item { display: none; } .ui.form input:not([type]), ....
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/704c218ea64f169e2793375ab31fbe480804dc0d13a95fd6a2162c6b1d370bc2.html
simonmysun/praxis
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>18 --> 19</title> <link href="./../../assets/style.css" rel="stylesheet"> </head> <body> <h2>You have to be fast</h2> <a href="./705f9c11d9868d1fff7ffeed2d3601e00716aa08bb6aca4cbf25bba807b6a003.html">Teleport</a> <hr> ...
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/9601920dc7d4e13bd64c0073dc288eebfc5d32e54635efe7dcbc8649011febb8.html
simonmysun/praxis
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>18 --> 19</title> <link href="./../../assets/style.css" rel="stylesheet"> </head> <body> <h2>You have to be fast</h2> <a href="./d05755bca8b18e39f3206e84d60d245748d0feb5210033892429e5673b0c7cba.html">Teleport</a> <hr> ...
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/133f778f7476603abb820245e078ff7c92c0d5a87feb83b068194ba47463e627.html
simonmysun/praxis
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>18 --> 19</title> <link href="./../../assets/style.css" rel="stylesheet"> </head> <body> <h2>You have to be fast</h2> <a href="./9f3c1b719e5d7b86c0442547c7f229c73f938f0b0737e8e9d11dc4466d597d10.html">Teleport</a> <hr> ...
src/ya/user/invite/edit-invite-dialog.html
alefebvre-fixit/ya-scrum-3
<div class="dialog-header" *ngIf="!isEdit()"> <h2 class="dialog-title">Invite new User</h2> <h2 class="dialog-subtitle"></h2> </div> <div class="dialog-header" *ngIf="isEdit()"> <h2 class="dialog-title">Pending Invite</h2> <h2 class="dialog-subtitle">{{invite.date | moment}}</h2> </div> <mat-progress-ba...
docs/html/class_mock_foo.html
bhargavipatel/808X_VO
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" con...
einfachjabber/apps/blog/templates/footer.html
einfachjabber/einfachjabber.de
<a href="http://www.facebook.com/pages/Jabber-Germany/282026123863" title="Einfachjabber.de auf Facebook"><img src="{{ url_for('static', filename='images/ui/facebook.png') }}" alt="Facebook"></a> <a href="http://twitter.com/jabbergermany" title="Einfachjabber.de auf Twitter"><img src="{{ url_for('static', filename='ima...
css/BPG Nino Elite Cond.css
thecotne/georgian-webfonts
/* * georgian-webfonts * https://github.com/thecotne/georgian-webfonts * * Copyright (c) 2015 cotne nazarashvili * Licensed under the MIT license. */ @font-face { font-family: "BPG Nino Elite Cond"; src: url("../fonts/BPG Nino Elite Cond.otf"); font-weight: normal; font-style: normal; }
_posts/2012-10-24-thoughtless-acts.html
xthy/xthy.github.com
--- layout: post title: Thoughtless Acts? (Jane Fulton Suri w/IDEO) date: 2012-10-24 23:08:23.000000000 +09:00 type: post published: true status: publish categories: - Book - DesignAndArchitecture tags: - IDEO - Jane Fulton Suri - Thoughtless Acts meta: _edit_last: '1' _aioseop_title: Thoughtless Acts? (Jane Fulton...
public/index.html
otelnov/fm
<!doctype html> <html> <head> <base href="/index.html"> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE-edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimal-ui"> <meta nam...
doc/includes/topbar/examples_topbar_variables.html
0111001101111010/foundation
{{#markdown}} ```scss $include-html-top-bar-classes: $include-html-classes; /* Background color for the top bar */ $topbar-bg: #111; /* Height and margin */ $topbar-height: 45px; $topbar-margin-bottom: rem-calc(30); /* Control Input height for top bar */ $topbar-input-height: 2.45em; /* Controlling the styles for t...
public/frontend/src/app/chat-list/chat-list.component.css
KOZAK-GROUP-LVIV/webportal
.bg-white { background-color: #fff; } .friend-list { margin-left: 0; padding: 0; } .friend-list li { border-bottom: 1px solid #eee; list-style: none; } a.btn{ cursor: pointer; } a.btn{ text-decoration: none; } .friend-list li a .img-circle { float: left; border-radius: 50%; width: 45px...
api/sphinx/source/_templates/gallery_nix.html
dabodev/dabodoc
{% extends "layout.html" %} {% set title = "Thumbnail gallery" %} {% block body %} <h3>Click on any image to see full size image, or click on the caption to go to the relevant documentation</h3> <br/> <br/> <div class="gallery_class"> <table><caption align="bottom"><a href="dabo.ui.uiwx.dBaseMenuBar.dBa...
public/static/fonts/fipps/fipps-regular-demo.html
matveyco/8biticon
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <script src="http://ajax.googleapis.com/ajax/libs...
unused/polar1.html
BitSavage/experiments
<!DOCTYPE HTML> <html lang="en"> <head> <title>Test test test</title> <meta charset="utf-8"> <style type="text/css"> body { background-color: #000000; margin: 0px; overflow: hidden; } </style> </head> <body> <center> <canvas id="theCanvas" width="768" height="768" >...
tutorial/templates/admin/base_site.html
ikosenn/django_reignited
{% extends "admin/base.html" %} {% block title %}{{ title }} | {{ site_title|default:_('My Site') }}{% endblock %} {% block branding %} <h1 id="site-name"><a href="{% url 'admin:index' %}">Polls Administration</a></h1> {% endblock %} {% block nav-global %}{% endblock %}
layouts/partials/header-single.html
TheJaydox/projects
<header class="header-single"> <a href="/" class="back">< All Projects</a> <div class="site-title">{{ .Site.Title }}</div> </header>
public/Windows 10 x64 (18363.476)/_ARBITER_ALLOCATION_STATE.html
epikcraw/ggool
<html><body> <h4>Windows 10 x64 (18363.476)</h4><br> <h2>_ARBITER_ALLOCATION_STATE</h2> <font face="arial"> +0x000 Start : Uint8B<br> +0x008 End : Uint8B<br> +0x010 CurrentMinimum : Uint8B<br> +0x018 CurrentMaximum : Uint8B<br> +0x020 Entry : Ptr64 <a href="./...
public/index.html
OpenSprites/ImageHostingService
<!DOCTYPE html> <html> <head> <meta charset='utf-8'> <title>OpenSprites Image Hosting</title> <link rel='stylesheet' href='dist/style.css'> <script async src='dist/index.js'></script> </head> <body> <nav> <a class='opensprites' href='/'></a> <a class='upload' href='/upload'>Upload</a> </nav> </body>
index.html
onaluf/ngLipsum
<!DOCTYPE html> <html lang="en"> <head> <title>ng-lipsum sandbox</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css"> <script src="https://ajax.googleapis.com/ajax/libs/angularj...
src/styles/elements/e_svg.css
markscripter/playground
/* SVG Elements Base styles for the svg elements. Styleguide: 4.7 */ .svg-store { display: none; } svg {} svg.logo {} .logo .top { fill: blue; } .logo .middle { fill: green; } .logo .bottom { fill: purple; }
public_html/frontend/css/generic.css
lode/kamervragen
body { padding-bottom: 2em; font-size: 16px; } .container { max-width: 800px; } h1 { font-size: 48px; } #top-navigation { margin-bottom: 2.5em; } #top-navigation, #top-navigation .navbar-brand { font-size: 14px; } .navbar-default { border-top: none; border-left: none; border-right: none; border-radius: 0; b...
_attachments/development-iii.html
rantonels/rantonels.github.io
--- layout: attachment title: development-iii date: type: attachment published: false status: inherit categories: [] tags: [] meta: _wp_attached_file: "/home/wpcom/public_html/wp-content/blogs.dir/fa7/112109625/files/2016/11/development-iii.jpg" _wp_attachment_metadata: a:6:{s:5:"width";i:842;s:6:"height";i:850;s:...
demo.html
ganlanyuan/rocket-reen
<!DOCTYPE html> <html> <head><!--[if lt IE 9]><script language="javascript" type="text/javascript" src="//html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]--> <meta charset="UTF-8"><style>/* * Bootstrap v2.2.1 * * Copyright 2012 Twitter, Inc * Licensed under the Apache License v2.0 * http://www...
cust/unicom/cn/media/phoneservice/defaultcontent/02/zh-cn/product_content/browser/task_clear_visited_pages.html
kamazee/honor6_cleaner
<!DOCTYPE HTML><html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <meta name='HandheldFriendly' content='True'> <meta name='MobileOptimized' content='480'> <meta name='format-detection' content='telephone=no'> <meta name='viewport' content='initial-scale=1.0,width=device-wi...
war/indexbad.html
monteslu/drawitlive
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <!-- The HTML 4.01 Transitional DOCTYPE declaration--> <!-- above set at the top of the file will set --> <!-- the browser's rendering engine into --> <!-- "Quirks Mode". Replacing this declaration --> <!-- with a "Standards Mode" doctype...
client/stylesheets/application.css
ForestJS/ForestJS-Production
body { background: #FFA074; } #board { width: 390px; height: 390px; margin: 20px auto; padding: 0; } .square { box-sizing: border-box; float: left; font-size: 0; line-height: 0; width: 120px; height: 120px; border-radius: 4px; background-color: black; border: 1px solid gainsboro; margin:...
AngularJS/Basic-seed/app/views/directive.html
stinaq/education
<h1>Directives</h1> <input ng-model="name" class="form-control" > <hello-world ng-model="name"/>
tests-yui/issue41.css
fmarcia/UglifyCSS
p { box-shadow: 0 0; }
02-DatosPersonales/doc/help-doc.html
Cesarfr/desarrollo-aplicaciones
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="es"> <head> <!-- Generated by javadoc (1.8.0_91) on Thu May 12 13:35:55 CDT 2016 --> <title>API Help</title> <meta name="date" content="2016-05-12"> <link rel="stylesheet" type="text/css" ...
src/Viteloge/CoreBundle/Resources/descriptions/61035.html
donaldinou/frontend
<div class="commune_descr limited"> <p> Beauvain est un village situé dans le département de l'Orne en Basse-Normandie. On dénombrait 274 habitants en 2008.</p> <p>Le parc d'habitations, à Beauvain, se décomposait en 2011 en huit appartements et 131 maisons soit un marché plutôt équilibré.</p> <p>À cot...
etc/blocks/letters.html
filipezf/filipezf.github.io
<!DOCTYPE html> <!-- password fb: 8lockworld--> <html> <head> <title>Falling Letters</title> <link rel="stylesheet" type="text/css" href="examples/css/styles.css" /> <script type="text/javascript" src="examples/js/three.min.js"></script> <script type="text/javascript" src="examples/js/stats.js"></scr...
unit1_projects/week3_technical.html
gannoncurran/gannoncurran.github.io
<!DOCTYPE html> <html> <head> <title>Gannon Curran: DBC Blog</title> <link href="stylesheets/dbc2.css" rel="stylesheet" type="text/css" media="screen" charset="utf-8"> </head> <script> if (location.host == "") { document.write('<script src="http://' + (location.host || 'localhost').split(':')[0] + ':35729/livereload...
src/app/component/card-stack-list/card-stack-list.component.html
TK11235/udonarium
<div> <button (click)="close(true)">シャッフルしてウィンドウを閉じる</button> <hr/> <div *ngFor="let card of cardStack.cards; trackBy: trackByCard" class="box"> <div class="image-box" [appTooltip]="card"> <div class="image contain" [style.background-image]="'url(' + card?.frontImage?.url + ')' | safe: 'style' "></div> ...
layouts/index.html
AVANT/spice
{{ partial "head" . }} {{ partial "site-map" . }} <main id="list" class="homepage"> <ul class="posts"> {{ $paginator := .Paginate (where (where .Data.Pages.ByDate.Reverse "Type" "not in" (slice "imprint" "json")) "Draft" "!=" true ) }} {{ range $paginator.Pages }} {{ partial "card.html" . }} {{ end }} </u...
2.2.3-SNAPSHOT/modules/OlogAPI/apidocs/edu/msu/nscl/olog/api/class-use/XmlAttachments.html
Olog/olog.github.com
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_11) on Fri Mar 29 12:35:34 EDT 2013 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <title>Uses of Class...
src/main/resources/public/backup/inventory.html
infsci2560sp16/full-stack-web-project-hlt0408
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags --> <tit...