path
stringlengths
5
312
repo_name
stringlengths
5
116
content
stringlengths
2
1.04M
css/pph/jobs.css
PeoplePerHour/ink
/** * Fake post job form */ .post-job-form-fake { padding: 0 15px; } .post-job-form-fake td.first-row { padding-bottom: 5px; padding-top: 15px; } .post-job-form-fake td.second-row { padding-bottom: 15px; } table.post-job-form-fake td.second-row img { width: 100% !important; max-width: 540px; }...
tests/adapter-test-jquery.html
nickwb/ddom
<!DOCTYPE html> <html> <head> <meta charset="UTF-8" /> <title>DynamicDOM jQuery Adapter Test Suite</title> <link rel="stylesheet" href="qunit/qunit.css"> <script src="qunit/qunit.js"></script> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script> <script src="../adapters/dd...
slides/20151007-HTML5/img.html
NTNUCIC/Courses
<!doctype html> <html> <head> <title>Img</title> </head> <body> <img src="HTML5.png" alt="HTML5 Logo"> </body> </html>
public/tags/anti-patterns/index.html
ipedrazas/blog.pedrazas.me
<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Anti Patterns &middot; Big Bag Blog</title> <meta name="description" content="Need a place to hide"> <meta name="generator" content="Hugo 0.14" /> <meta ...
css/main.css
sebastianlenton/Sebs-Cards
/* * HTML5 Boilerplate * * What follows is the result of much research on cross-browser styling. * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal, * Kroc Camen, and the H5BP dev community and team. */ /* ========================================================================== Base sty...
robert/index.html
wehrlock/wehrlock.github.io
--- layout: base title: Robert Wehrle --- <article class="container"> <dl class="dl-horizontal"> <dt> <a href="20070729/pages/Image5.html"><img class="img-responsive img-rounded" alt="Robert Yawns" src="20070729/thumbnails/5.jpg"></a> </dt> <dd> Robert Brady Wehrle's Birthday<br /> Mother: <...
app/volunteer/volunteerProfile/volunteerProfile.html
iamlalit/olympia-volunteer-blue
<!DOCTYPE html> <html ng-app="OrgVolApp"> <head> <meta charset="utf-8"> <title>Volunteer profile</title> <link href="../../img/olympia-fav.ico" rel="shortcut icon" type="image/x-icon" /> <link href="../../lib/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet" /> <link href="../../css/boots...
tools/function_refs/func_ref1.31.19.html
chivalry/filemaker.vim
<?xml version="1.0" encoding="utf-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xml:lang="en" lang="en" xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <meta...
2016/0612~15-JQuery/0613-JQ 选择器/JQ-6-HTML-setting.html
wangyongtan/H5
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> <script src="jquery-3.0.0.min.js"></script> <script src="JQ-6-HTML-setting.js"></script> </head> <body> <p id="p1">Hello World</p> <p id="p2">Hello World</p> <input type="text" id="i3" value="Hello World"> <button id="bt...
war/fileUpload.html
Khalidansari/penzura_codebase
<html> <head> <title>File Upload</title> </head> <body> <form action="<%= blobstoreService.createUploadUrl("/upload") %>" method="post" enctype="multipart/form-data"> <input type="file" name="myFile"> <input type="submit" value="Submit"> </form> </body> </html>
plugin/notes/notes.html
cwinters/loadtesting-201506
<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <title>reveal.js - Slide Notes</title> <style> body { font-family: Helvetica; } #current-slide, #upcoming-slide, #speaker-controls { padding: 6px; box-sizing: border-box; -moz-box-sizing: border-box; } #curren...
Practice/Intro-To-Java-8th-Ed-Daniel-Y.-Liang/Chapter-8/Chapter08P02/doc/index-files/index-2.html
tliang1/Java-Practice
<!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 (10.0.1) on Wed May 30 16:38:08 PDT 2018 --> <title>G-Index</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta name="da...
_includes/icon-dribbble.html
JMStewart00/stewartblog
<a href="https://dribbble.com/{{ include.username }}"> <span class="icon icon--dribbble">{% include icon-dribbble.svg %}</span> <span class="label">{{ include.label | default: include.username }}</span> </a>
maliCL/64__bit__integer_8cl_source.html
rui278/rui278.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"/> <title>Mali OpenCL SDK v1....
style.css
flyingwip/zoekdeverschillen
/* Theme Name: Landau Hotspots Theme URI: https://roots.io/sage/ Description: Minigame concept bedacht door <a href="www.jalt.nl">Jalt</a> Version: 0.0.1 Author: Martijn Wip Author URI: http://www.martijnwip.nl; */
themes/hugo-theme-cactus/layouts/partials/head.html
jbaileyh/jbaileyh.github.io
<head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>{{ if .IsPage }} {{ .Title }} {{ else }} {{ .Site.Title }} {{ end }}</title> {{ with .Site.Params.description }}<meta name="description" content="{{ . }}">{{ end }} <meta name="viewport" content="width=device-width, ini...
app/templates/moderate.html
ggrumbley/bloggyBlog
{% extends "base.html" %} {% import "_macros.html" as macros %} {% block title %}BloggyBLOG - Comment Moderation{% endblock %} {% block page_content %} <div class="page-header"> <h1>Comment Moderation</h1> </div> {% set moderate = True %} {% include '_comments.html' %} {% if pagination %} <div class="pagination">...
test/index.html
tiefenauer/maps3Dplus
<!DOCTYPE HTML> <html> <head> <link rel="stylesheet" href="../css/qunit.css"> </head> <body> <h1 id="qunit-header">Maps3D Unit Tests</h1> <h2 id="qunit-banner"></h2> <h2 id="qunit-userAgent"></h2> <ol id="qunit-tests"></ol> <div id="qunit"></div> <div id="qunit-fixture"></div> <...
tags/php/index.html
deweing/deweing.github.io
<!doctype html> <html class="theme-next muse use-motion" lang="zh-Hans"> <head> <meta charset="UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"/> <meta http-equiv="Cache-Control" content="no-transform" /> <...
src/app/components/comp-3633/comp-3633.component.html
angular/angular-cli-stress-test
<p> comp-3633 works! </p>
tests/report/Request_Router.dashboard.html
b-b3rn4rd/Terminalor
<!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Router</title> <link rel="stylesheet" type="text/css" href="style.css"> <script src="jquery.min.js" type="text/javascript"></script> <script src="highcharts.js" type="text/javascript"...
ionic-coffee/listings/listings.html
wyrover/ionic-components
<ion-view hide-nav-bar="true"> <ion-header-bar class="bar bar-header bar-energized item-input-inset"> <button menu-toggle="left" class="button button-icon icon ion-navicon"></button> <h1 class="title">Coffee Shops</h1> <button ng-click="refresh()" class="button button-icon icon ion-ios7-r...
docs/payments-core/com.stripe.android.model/-payment-intent/-error/-type/code.html
stripe/stripe-android
<html> <head> <meta name="viewport" content="width=device-width, initial-scale=1" charset="UTF-8"> <title>code</title> </head><body><link href="../../../../../images/logo-icon.svg" rel="icon" type="image/svg"><script>var pathToRoot = "../../../../../";</script> <script type="text/javascript" src="../../.....
node_modules/express-hbs/example/public/css/style.css
xhhjin/heroku-ghost
* { font-family: Georgia, serif; } h1, h2 { font-family: Helvetica, Arial, sans; } .veggie-details { border: 5px solid green; padding: 10px; } .fruit-details { border: 5px solid red; padding: 10px; }
docs/build/html/_modules/twilio/rest/ip_messaging/v1/service/user/user_channel.html
twilio/twilio-python
<!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><!--Google Tag Manager--><script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getEle...
bio.html
akshithrk/akshithrk.github.io
<!DOCTYPE html> <html lang="en-us"> <head> <meta charset="UTF-8"> <title>akshith r kandakatla</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" type="text/css" href="stylesheets/normalize.css" media="screen"> <link href='https://fonts.googleapis.co...
versoes/v2/css/keyframes.css
interaminense/mathematics
@keyframes sonar { 0% { transform: scale(1); opacity: 0; } 50% { transform: scale(1.2); opacity: 1; } 100% { transform: scale(1.4); opacity: 0; } } @keyframes rotatePont { to { transform: rotate(360deg); } } @keyframes slideIn { 0% { transform: translateX(-100%); } 100% { transform: translateX(0%); } } @...
taborniki/templates/taborniki/vod.html
markbaltic/TaborniskaBaza
{% extends "taborniki/base.html" %} {% block title %} Vod {% endblock %} {% load static %} <style> .demo-card-square.mdl-card { width: 320px; height: 320px; } .demo-card-square > .mdl-card__title { color: #fff; } </style> {% block head %} <script type="text/javascr...
docs/html/wf_8h_source.html
masriamir/huffman
<!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...
archives/2017/index.html
tinytsunami/blog
<!DOCTYPE html> <html class="theme-next gemini use-motion" lang="zh-TW"> <head><meta name="generator" content="Hexo 3.8.0"> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=2"> <meta name="th...
tag/proteins-metabolism/index.html
lpantano/lpantano.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"> <meta name="generator" content="Wowchemy 5.0.0-beta.1 for Hugo"> ...
batman-o-retorno/index.html
cinetenisverde/cinetenisverde.github.io
<!DOCTYPE html> <html lang="en-us" dir="ltr" itemscope itemtype="http://schema.org/Article"> <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>Batman: O Retorno</title> <meta name="aut...
node_modules/stellar-base/coverage/lcov-report/src/vendor/bs58.js.html
linjinfeng/bikewin
<!doctype html> <html lang="en"> <head> <title>Code coverage report for src/vendor/bs58.js</title> <meta charset="utf-8" /> <link rel="stylesheet" href="../../prettify.css" /> <link rel="stylesheet" href="../../base.css" /> <meta name="viewport" content="width=device-width, initial-scale=1"> <st...
_layouts/default.html
karlb/karlb.github.io
--- title: Karl Bartel --- {% include header.html %} {{ content }} {% include footer.html %}
Bestprice/war/Bestprice.html
fractaleye/bestprice
<!doctype html> <!-- The DOCTYPE declaration above will set the --> <!-- browser's rendering engine into --> <!-- "Standards Mode". Replacing this declaration --> <!-- with a "Quirks Mode" doctype is not supported. --> <html> <head> <meta http-equiv="content-type" content="text/html; charset...
app/views/projects/Examples/AWRS/latest/journey6/form_2.html
ztrelease/lc-prototype
<!DOCTYPE html> <html lang=""> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <title> HMRC > BRAMA </title> <script type="text/javascript"> (function(){if(navigator.userAgent.match(/IEMobile\/10\.0/)){var d=document,c="appendChild",a=d.createElement("style");a[c](d...
_includes/themes/twitter/page.html
andyiac/andyiac.github.com
<div class="page-header"> <h1>{{ page.title }} <small></small></h1> </div> <div class="row"> <div class="span14"> {{ content }} </div> </div>
QandA/app/templates/app/loginpartial.html
rtbortolin/QandA
{% if user.is_authenticated %} <form id="logoutForm" action="/logout" method="post" class="nav navbar-right"> {% csrf_token %} <ul class="nav navbar-nav navbar-right"> <li><span class="navbar-brand">Hello {{ user.username }}!</span></li> <li><a href="javascript:document.getElementById('logoutFor...
public/home/css/default.css
wangweixing1/lamp183
@charset "utf-8"; /* CSS Document */ /* 通用样式 */ body { width: 100%; height: 100%; margin: 0; padding: 0; font:12px Arial,"宋体"; color:#333; background:#fff url(../images/bg2.gif) repeat-x left 20px;} html, body, div, p, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, object, ...
doc/java/jdk7/javax/swing/plaf/metal/MetalSliderUI.MetalPropertyListener.html
fbiville/annotation-processing-ftw
<!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.6.0_18) on Thu Dec 18 17:18:20 PST 2014 --> <title>MetalSliderUI.MetalPropertyListener (Java Platform SE 7 )</title> <meta name="date" cont...
place/rwanda/postcodes/index.html
okfn/opendataindex-2015
<!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="author" content="Open Knowledge"> <meta name="description" content="The state of government open data ...
search/templates/search.html
dtsukiyama/suits
<html> <head> <title>Search</title> <meta name = "viewport" content = "width = device-width, initial-scale = 1"> <link rel = "stylesheet" href = "https://fonts.googleapis.com/icon?family=Material+Icons"> <link rel = "stylesheet" href = "https://cdnjs.cloudflare.com/aja...
clean/Linux-x86_64-4.07.1-2.0.6/released/8.13.1/metacoq/1.0~beta2+8.11.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>metacoq: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css...
fragil/uikit/tests/align.html
angelcj/angelcj.github.io
<!DOCTYPE html> <html lang="en-gb" dir="ltr"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Align - UIkit tests</title> <script src="js/test.js"></script> </head> <body> <div class="uk-container"> ...
scenarist/src/app.html
TNOCS/scenarist
<template> <main> <require from="./components/nav-bar/nav-bar"></require> <nav-bar router.bind="router"></nav-bar> <router-view></router-view> </main> </template>
_site/maker/diy-fix-aquarium-air-pump/index.html
nanishin/nanishin.github.io
<!doctype html> <!-- Minimal Mistakes Jekyll Theme 4.18.1 by Michael Rose Copyright 2013-2019 Michael Rose - mademistakes.com | @mmistakes Free for personal and commercial use under the MIT license https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE --> <html lang="en" class="no-js"> <head> ...
www/css/style.css
autch/pt1view
/* running commands */ .pid { } .args { font-family: monospace; } /* <button>'s */ .inline { display: inline; } /* background-color for selected channel */ .selected { background: #dfd; } .prog_desc { font-size: 85%; }
doc/overview-tree.html
BennyEvans/CardEncryption
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_33) on Mon Oct 15 12:45:06 EST 2012 --> <TITLE> Class Hierarchy </TITLE> <META NAME="date" CONTENT="2012-10-15"> <LINK REL ="stylesheet" TYPE="text...
docs/category/教程/page/1/index.html
michaelaye/michaelaye.github.io
<!DOCTYPE html><html><head><title>https://michaelaye.github.io/category/%E6%95%99%E7%A8%8B/</title><link rel="canonical" href="https://michaelaye.github.io/category/%E6%95%99%E7%A8%8B/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=https://michaelaye.github.io...
public/css/main.css
shaekuronen/marionette-require-boilerplate
/* desktop.css */ @import url("vendor/bootstrap.css"); @import url("app/global.css");
confectio-dark-syntax/index.css
Down10/Confectio
atom-text-editor { background-color: #383b3d; color: #d3d6d9; } atom-text-editor .line.cursor-line { background-color: rgba(211, 214, 217, 0.06); } atom-text-editor .invisible { color: #596169; } atom-text-editor .invisible-character { color: #596169; } atom-text-editor .cursor { border-left: 2px solid #68a...
privacypolicy.html
rhnvrm/breeze-photo-booth
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>privacy policy</title> <link rel="stylesheet" href="css/skeleton.css"> <link rel="stylesheet" href="css/custom.css"> </head> <body> <div class="container"><div class="row"> <h1>What is this Privacy Policy for?</h1> This privacy policy is for th...
test/cypress/components/accordion/index.html
MenesesEvandro/Metro-UI-CSS
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"> <link href="../../../metro/css/metro-all.css?ver=@@b-version" rel="stylesheet"> <title>Accordion - Metro 4 :: Popular HTML, CSS and...
src/scripts/elseisPlay/sass/elseisPlay.css
davidvalentin12/elseisPlayFilter
elseis-play div .image-holder-div { position: relative; overflow: hidden; line-height: 0; cursor: pointer; } elseis-play div .image-holder-div img { width: 100%; height: auto; } elseis-play .play-details { background: transparent; padding: 5px 30px; background-image: url(http://alltheater.elsei...
blog/stylesheets/blog-stylesheet.css
MaryCBaylis/MaryCBaylis.github.io
.container { width: 70%; margin: auto; padding: 30px; } code { display: block; background-color: #d3d3d3; padding-bottom: 5px; white-space: pre-wrap; } .post-image { position: relative; float: left; /*margin: 14px;*/ left: -100px; margin-right: -86px; } .post-title { text-align: center; f...
client/yui-3.17.2/api/modules/datatable.html
billwiliams/Yui
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>datatable - YUI 3</title> <link rel="stylesheet" href="http://yui.yahooapis.com/3.9.1/build/cssgrids/cssgrids-min.css"> <link rel="stylesheet" href="../assets/vendor/prettify/prettify-min.css"> <link rel="stylesheet" href="../asse...
aspc/sagelist/templates/sagelist/booksale_list_user.html
theworldbright/mainsite
{% extends "sagelist/base.html" %} {% block "full_content" %} <ol class="breadcrumbs"> <li><a href="{% url "sagelist" %}">SageBooks</a></li> <li>Listings by {{ listings_by.get_full_name }}</li> </ol> <h1>Listings by {{ listings_by.get_full_name }}</h1> <ul class="actions"> <li><a href="{% url "sagelist_create" %}...
statistics/webstat/2013-12/awstats.vitawork.vitaworke3.com-http.keywords.html
VITAWORKE3/Projecte
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html lang="en"> <head> <meta name="generator" content="AWStats 7.1.1 (build 1.989) from config file awstats.vitawork.vitaworke3.com-http.conf (http://www.awstats.org)"> <meta name="robots" content="noindex,nofollow">...
all-data/0-999/694-32.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="layoutclass_pic"><div class="layoutclass_first_pic"><table class="ztable"><tr><th class="ztd1"><b>...
application/views/mmGrid/mmgrid.html
george518/PipiBlog
<!-- 引入mmgrid样式 --> <link rel="stylesheet" href="/static/Plugins/mmgrid/examples/css/normalize.css"> <!-- <link rel="stylesheet" href="/static/Plugins/mmgrid/examples/bootstrap/css/bootstrap.css"> --> <link rel="stylesheet" href="/static/Plugins/mmgrid/src/mmGrid.css"> <link rel="stylesheet" href="...
public/index.html
ZachKGordon/project_week_one
<!DOCTYPE html> <html> <head> <title>Brand Marketing App</title> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <meta name="description" content="Project Week One"> <link href='https://fonts.googleapis.com/css?family=Roboto:400,500,300,100,700' rel='stylesheet' type='...
_includes/analytics.html
mSobhy90/mSobhy90.github.io
{% if site.google_analytics_token %} <!-- Google Analytics --> <script> (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.parentNod...
bootstrap.css
ChomoAlmeda/faisan
/*! * Bootstrap v3.3.1 (http://getbootstrap.com) * Copyright 2011-2014 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */ /*! normalize.css v3.0.2 | MIT License | git.io/normalize */ html { font-family: sans-serif; -webkit-text-size-adjust: 100%; -ms-text-size-a...
docs/apidocs/structureblocklib-root/com.github.shynixn.structureblocklib.api.entity/-structure-place-meta/is-include-entities-enabled.html
Shynixn/StructureBlockLib
<html> <head> <meta name="viewport" content="width=device-width, initial-scale=1" charset="UTF-8"> <title>isIncludeEntitiesEnabled</title> <link href="../../../images/logo-icon.svg" rel="icon" type="image/svg"><script>var pathToRoot = "../../../";</script><script type="text/javascript" src="../../../scripts/s...
Dataset/html/Abdul_Rahim_Wardak_eb31.html
Mitali-Sodhi/CodeLingo
<!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="Refresh" content="0;url=../../../a/b/d/Abdurrahim_Warda...
doc/interfaces/_api_.itreenodedrag.html
500tech/angular2-tree-component
<!doctype html> <html class="default no-js"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>ITreeNodeDrag | angular-tree-component</title> <meta name="description" content=""> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" hr...
app/themes/templates/admin/admin.css
Podbe/Podbe_V4-firtz-node
/** * QuorX II - Color Design * @design QuorX II * @dev Michael McCouman Jr. * @function color, light, dark * @date 19.04.2015 * @version 2.0 Free */ @import 'https://fonts.googleapis.com/css?family=Open+Sans:400,300'; article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summa...
_layouts/default.html
iswc2016/iswc2016
<!DOCTYPE html> <html {% if site.offline %}manifest="{{ site.baseurl }}/offline.appcache"{% endif %}> {% include head.html %} <body class="grad allign-center"> <div class="iswc-height-space visible-md visible-lg"></div> <div class="iswc-wrap allign-left"> {% include header.html %} <div cla...
UrbanDictionaryExtension/popup.html
kAlekki/UrbanDictionaryExtension
<!doctype html> <html> <head> <title>Urban Dictionary Defining Extension</title> <style> body { width: 350px; min-height: 25px; margin:0; font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif; font-size: 100%; ...
example/index.html
adjohnson916/bootstrap-modal-middle
<!doctype html> <html> <head> <title>Bootstrap Modal Middle</title> <link rel="stylesheet" href="../bower_components/bootstrap/dist/css/bootstrap.css" /> <link rel="stylesheet" href="../src/bootstrap-modal-middle.css" /> <link rel="stylesheet" href="index.css" /> <script src="../bower_components...
web-app/css/ure/error.css
bcfuchs/uredb_website
body{ background-color: #F5F1E9; color: #996600; font: 14px Arial, sans-serif; margin: 0px; } h1 { background: transparent; color: #996600; font: 22px Arial, sans-serif; } H2{ color: #996600; font: 18px Arial, sans-serif; } .banner { background...
advanced2011/backend/web/css/autoresponse.css
XingVenus/yii2-advanced
.sender_tabs { padding-left: 0px; line-height: 38px; background-color: #FFFFFF; list-style-type: none; } .sender_tabs::after { content: ""; display: block; height: 0; clear: both; } .sender_tab { float: left; padding: 0 20px; cursor: pointer; } .sender_tab:hover { color: #9a9a9a; } .sender_t...
public/views/index.html
lpmara/AngularBegins
<div class="jumbotron"> <h1>Mgular v-0.0.1</h1> <button onclick="window.location.href='/#!/customers'">GO to Customers page</button> </div>
public/system/views/header.html
FranGomez/porra
<div class="page-header" data-ng-controller="HeaderController"> <div class="logo pull-left"> <a class="navbar-brand" ui-sref="home" mean-token="'site-title'" >MUNDIAL 2014 - Brasil</a> </div> <div class="left pull-left"> <ul class="navbar-nav nav"> <li data-ng-repeat="item in menus.main" ui-route="...
extern/llvm/docs/WritingAnLLVMPass.html
abduld/clreflect
<!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>Writing an LLVM Pass</title> <link rel="stylesheet" href="llvm.css" type="text/css"> </head> <body> <...
app/templates/partials/summary/collapsible-summary.html
ONSdigital/eq-survey-runner
<div class="collapsible js-collapsible"> <div class="collapsible__controls"> <button type="button" class="btn btn--secondary btn--small collapsible__control js-collapsible-toggle-all u-wa--@xs" data-ga="click" data-ga-category="Preview Survey" data-ga-action="Show all" data-ga-label="Show all" data-close-al...
app/templates/diagnostic/angular_auth_demo.html
benjaminhuanghuang/math_clone
{% extends "base.html" %} {% block page_content %} <h4>Demo for angular route auth</h4> <div class="container" ng-app="AngularAuthDemoApp"> <div class="row"> <a ui-sref=".anonymous" class="btn btn-primary">Anonymouse</a> <a ui-sref=".user" class="btn btn-danger">User</a> ...
Rust/share/doc/rust/html/libc/consts/os/c95/constant.WSAEALREADY.html
ArcherSys/ArcherSys
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="generator" content="rustdoc"> <meta name="description" content="API documentation for the Rust `WSAEALREADY` constant in crate `libc`."> <meta name="keywo...
apps/experiments/KinectExample/doc/html/annotated.html
HellicarAndLewis/ProjectDonk
<!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"/> <title>KinectProject: Class List</title> <link href="tabs.css" rel="stylesheet...
index.html
lichenhao/lichenhao.github.io
--- layout: base title: 良田有沃土,待花盛开时~ --- <ul>{% for post in site.posts %} <li>{{ post.date | date_to_string }} <a href="{{ post.url }}">{{ post.title }}</a></li> {% endfor %}</ul>
doc/x11_dl/xlib/struct.XPoint.html
mcanders/bevy
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="generator" content="rustdoc"> <meta name="description" content="API documentation for the Rust `XPoint` struct in crate `x11_dl`."> <meta name="keywords" ...
whatsup/app/templates/macros.html
j05h/whatsup
{% macro state_icon(state) -%} {% if state == 1 %} <i class="good fa fa-thumbs-up fa-lg"></i> {% elif state == 0 %} <i class="meh fa fa-wrench fa-lg"></i> {% else %} <i class="bad fa fa-thumbs-down fa-lg"></i> {% endif %} {%- endmacro %}
admin/index-2.html
jslygljy/Miguoutsource
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>alaya后台管理系统</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="author" content="Bluth Company"> <link rel="shortcut icon" href="assets/ico/favicon.html"> <link href="assets/css/bootstr...
packages/theme-default/src/col.css
engriary/element
@charset "UTF-8"; @import "./common/var.css"; .el-col-1, .el-col-2, .el-col-3, .el-col-4, .el-col-5, .el-col-6, .el-col-7, .el-col-8, .el-col-9, .el-col-10, .el-col-11, .el-col-12, .el-col-13, .el-col-14, .el-col-15, .el-col-16, .el-col-17, .el-col-18, .el-col-19, .el-col-20, .el-col-21, .el-col-22, .el-col-23, .el-co...
static/css/online.css
crossroads-education/eta-front
#container-header { overflow: hidden; } .list-buttons { padding: 20px; padding-bottom: 150px; text-align: center; position: relative; top: -150px; margin: 0 0 -150px 0; z-index: 5; background: white; } .list-buttons ul { margin: 0; padding: 10px 0; background: rgba(255, 255, 255, 0.4); border-radius: ...
index.html
chuang11/KairosWeb
--- layout: page description: "Serve your nanofabrication" --- <title>KAIROS fabtech | Your Nanofarbrication Partner</title> <div class="col-lg-12 col-md-12 col-sm-12"> <h3 class="homepage-partner-title">Nano Lithography</h3> <div class="col-md-6 col-sm-6"> <img src="img/Nano_Lithography_sm.jpg" class="homepage...
woocommerce.docset/Contents/Resources/Documents/docs/function-woocommerce_frontend_styles_setting.html
GioSensation/woocommerce-dash-docset
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="generator" content="ApiGen 2.8.0" /> <title>Function woocommerce_frontend_styles_setting | WooCommerce</title> <script type="text/javascript" src="resources/combined-1359452498.js"></script> <script ty...
r4ss/functions.html
jaydennord/jaydennord.github.io
<!DOCTYPE html> <html > <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>R for Simulation Studies</title> <meta name="description" content="R for Simulation Studies"> <meta name="generator" content="bookdown 0.7 and GitBook 2.6.7"> <meta property="og:title" conte...
src/pages/hk/2016/201607.html
ishacrm/emails
--- img: https://storage.googleapis.com/mail-attachments subject: "Isha Hong Kong News" preview: https://rawgit.com/ishacrm/emails/master/dist/hk/2016/201607.html --- <container> <row class="collapse no-vpad top-row"> <columns small="6" medium="8" large="8"> <p class="text-right hidden-text">I...
admin/index.html
bforbiswajit/sathiplanners
<!-- Author: W3layouts Author URL: http://w3layouts.com License: Creative Commons Attribution 3.0 Unported License URL: http://creativecommons.org/licenses/by/3.0/ --> <!DOCTYPE html> <html> <head> <title>Sathi Planners Login</title> <meta name="viewport" content="width=device-width, initial-scale=1...
sbml-test-cases/cases/semantic/00029/00029-model.html
stanleygu/sbmltest2archive
<p> The model contains one compartment called "compartment". There is one species named S1. The model does not contain any reactions.</p> <p>The model contains one rule:</p> <table style="width:30em;margin: 1em auto;"><tr><td style="text-align:center;"> <strong>Type</strong> </td><td style="text-align:center;"> <s...
html/ErrorPages/403.html
maicong/ErrorPages
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <title>403 Forbidden</title> <style> html, body, div, hgroup, h1, a{ font-family: inherit; font-size: 100%; font-weight: inherit; font-style: inherit; display: block; margin: 0; padding: 0; vertical-...
style/typography.css
twalve/jsconfau-2016-interim
@font-face { font-family: 'Transat Text'; font-weight: 200; src: url(/fonts/transat_text_light.woff) format("woff"); } @font-face { font-family: 'Transat Text'; font-weight: 400; src: url(/fonts/transat_text_standard.woff) format("woff"); } @font-face { font-family: 'Transat Text'; font-weight: 700; ...
src/Viteloge/CoreBundle/Resources/descriptions/61234.html
donaldinou/frontend
<div class="commune_descr limited"> <p> Lonrai est un village géographiquement positionné dans le département de l'Orne en Basse-Normandie. Elle comptait 945 habitants en 2008.</p> <p>À coté de Lonrai sont positionnées géographiquement les communes de <a href="{{VLROOT}}/immobilier/saint-nicolas-des-boi...
src/Viteloge/CoreBundle/Resources/descriptions/67383.html
donaldinou/frontend
<div class="commune_descr limited"> <p> Rangen est un village géographiquement positionné dans le département de Bas-Rhin en Alsace. Elle totalisait 157 habitants en 2008.</p> <p>Le parc d'habitations, à Rangen, était réparti en 2011 en zero appartements et 73 maisons soit un marché relativement équili...
vodnik/16.04/printing-paperjam.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>Odstranjevanje zataknjenega papirja</title> <script type="text/javascript" src="jquery.js"></script><script type="text/javascript" src="jquery.syntax.js"></script><script type="text/javascrip...
main/openssl_sys/x509v3/constant.EXFLAG_SS.html
malept/guardhaus
<!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="refresh" content="0;URL=../../openssl_sys/constant.EXFLAG_SS.html"> </head> <body> <p>Redirecting to <a href="../../openssl_sys/constant.EXFLAG_SS.html">../../openssl_sys/constant.EXFLAG_SS.html</a>...</p> <script>location.replace("../../openssl_sys/...
course-cotrain-data/fulltext/non-course/http:^^www.cs.wisc.edu^~jglarson^jglarson.html
ML-SWAT/Web2KnowledgeBase
<HTML> <HEAD> <TITLE>Home Page of Johan Larson</TITLE> </HEAD> <BODY> <P> This homepage is under construction! </BODY> </HTML>
_ng1_docs/1.0.22/interfaces/url.urlrulehandlerfn.html
ui-router/ui-router.github.io
--- redirect_from: /docs/1.0.22/interfaces/url.urlrulehandlerfn.html --- <!doctype html> <html class="default no-js"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>UrlRuleHandlerFn | @uirouter/angularjs</title> <meta name="description" content=""> <meta name="viewport" ...
doc/java/jdk7/javax/swing/plaf/class-use/ColorChooserUI.html
fbiville/annotation-processing-ftw
<!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.6.0_18) on Thu Dec 18 17:18:41 PST 2014 --> <title>Uses of Class javax.swing.plaf.ColorChooserUI (Java Platform SE 7 )</title> <meta name="...