Datasets:

Modalities:
Image
Size:
< 1K
ArXiv:
Libraries:
Datasets
License:
File size: 2,912 Bytes
3cc73fe
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
<!DOCTYPE html>
<html lang="en" xmlns="">
 <head>
  <meta charset="utf-8">
  <title>
   DisplayCabinets2Go - We Have Some Exciting News!
  </title>
  <style>
   body {
            font: 500 18px/1.5 'Open Sans', sans-serif;
        }

        h1 {
            font-size: 24px;
        }

        a {
            text-decoration: none;
            font-weight: bold;
        }

        img {
            max-width: 100%;
            height: auto;
        }

        * {
            box-sizing: border-box;
        }

        .btn-primary {
            font: 18px/1.43 'Open Sans', sans-serif;
            color: #fff;
            background: #343a40;
            border: 1px solid #343a40;
            border-radius: 4px;
            display: inline-block;
            padding: 6px 12px;
            margin-bottom: 0;
            cursor: pointer;
            user-select: none;
        }

            .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
                background-color: #343a40;
                border-color: #343a40;
            }

        @media(min-width:576px) {
            .body-wrap {
                position: absolute;
                left: 50%;
                top: 50%;
                width: 100%;
                max-width: 788px;
                transform: translate(-50%, -50%);
            }
        }

        @media (max-width:575px) {
            .body-wrap {
                padding: 14px;
            }
        }
  </style>
 </head>
 <body>
  <div class="body-wrap">
   <div>
    <img alt="site-logo" height="50" id="site-logo" src="rick.jpg" style="width: 200px; margin-bottom: 30px; max-width: 100%; height: auto; " width="200">
    <h1>
     We Have Some Exciting News!
    </h1>
   </div>
   <div>
    <div class="content-wrap">
     <p>
      <strong class="site-name">
       DisplayCabinets2Go
      </strong>
      has joined the Displays2go family!
     </p>
     <p>
      Displays2go has all of the same industry-leading products you'd find on this site, and much more! We will continue to put you first with our responsive and dedicated customer service.
     </p>
    </div>
   </div>
   <div class="row" id="product-link-wrap" style="display: none; clear: both; margin-top: 20px;">
    <p>
     It looks like you were trying to view a product. Great news!
    </p>
    <p>
     <a class="btn-primary" href id="product-link">
      View this Product on Displays2go.com
     </a>
    </p>
   </div>
   <div>
    <p>
     Get to your favorite items right away by browsing a similar selection of products on Displays2go.com.
    </p>
    <p>
     <a class="btn-primary" id="category-link">
      Shop this Category on Displays2go.com
     </a>
    </p>
   </div>
   <div>
    <p>
     Need more information?
    </p>
    <p>
     <a class="btn-primary" id="faq-link">
      FAQs
     </a>
    </p>
   </div>
  </div>
 </body>
</html>